Jump to content

How to let x resource start before y resource starts


Recommended Posts

Hello, I'm asking a simple question; 

How to let x resource start before y resource starts once player joins the server.

For example, "Admin-system" resource and "Accounts-system" 

I want to let 'Admin-system' resource start before 'accounts-system' script does, is it possible?

Link to comment

I'm using the download_priority_group in the meta.xml and it works fine.

Higher priority resources load earlier than lower priorities, so:

 

Admin-system: <download_priority_group>2</download_priority_group>

Accounts-system: <download_priority_group>1</download_priority_group>

Link to comment
  • Discord Moderators
On 6/14/2018 at 17:44, Leo Messi said:

Thank ya'll 

Which one helped ya'?
Wanna know, because I have an 'engine' resource and other resources are dropping errors like crazy.

Link to comment
On 6/13/2018 at 04:48, Jayceon said:

I'm using the download_priority_group in the meta.xml and it works fine.

Higher priority resources load earlier than lower priorities, so:

 

Admin-system: <download_priority_group>2</download_priority_group>

Accounts-system: <download_priority_group>1</download_priority_group>

 

This one @Pirulax

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...