Leo Messi Posted June 12, 2018 Posted June 12, 2018 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?
AJXB Posted June 13, 2018 Posted June 13, 2018 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.
Jayceon Posted June 13, 2018 Posted June 13, 2018 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>
_Evo_ Posted June 13, 2018 Posted June 13, 2018 <include resource="resource" /> try including other script on meta, this should work
Moderators Pirulax Posted June 16, 2018 Moderators Posted June 16, 2018 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.
Leo Messi Posted June 17, 2018 Author Posted June 17, 2018 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now