Jump to content

How to let x resource start before y resource starts


Recommended Posts

Posted

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?

Posted

See, it depends on many factors if changing the config didn't work. try writing a resource that starts these two resources for you (give it admin ACL)

And then see where that takes you

~ This has to be the worst board post I have ever read. It simply makes no sense. You start off by talking about space or something, then you randomly start babbling about cupcakes, and you end off with random fish names.

~ Don't listen to this guy, any board with the categories 'dinosaurs, spaceships, fried foods, wild animals, alien abductions, business casual, robots, and fireworks' has true potential.

 

Posted

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>

  • Moderators
Posted
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.

Posted
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

 

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...