Leo Messi Posted June 12, 2018 Share 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? Link to comment
Skream Posted June 12, 2018 Share Posted June 12, 2018 just put then in order in mtaconfig Link to comment
Leo Messi Posted June 12, 2018 Author Share Posted June 12, 2018 I've already tried that, didn't work. Link to comment
AJXB Posted June 13, 2018 Share 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 Link to comment
Jayceon Posted June 13, 2018 Share 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> Link to comment
_Evo_ Posted June 13, 2018 Share Posted June 13, 2018 <include resource="resource" /> try including other script on meta, this should work Link to comment
Discord Moderators Pirulax Posted June 16, 2018 Discord Moderators Share 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. Link to comment
Leo Messi Posted June 17, 2018 Author Share 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 Link to comment
Discord Moderators Pirulax Posted June 17, 2018 Discord Moderators Share Posted June 17, 2018 Thanks! Link to comment
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