mo7taref2014 Posted July 13, 2015 Posted July 13, 2015 how to make mod start all Resource ? ____________________________________________________________________________________ Learning lua language
GTX Posted July 13, 2015 Posted July 13, 2015 This isn't really recommended but: for i, v in ipairs(getResources()) do startResource(v) end Also requires permissions (via ACL). Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
mo7taref2014 Posted July 13, 2015 Author Posted July 13, 2015 how to make permissions (via ACL). ?? ____________________________________________________________________________________ Learning lua language
GTX Posted July 13, 2015 Posted July 13, 2015 In your ACL.xml under group admin, add this line: <object name="resource.NAME"></object> Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
mo7taref2014 Posted July 13, 2015 Author Posted July 13, 2015 thanx ____________________________________________________________________________________ Learning lua language
IMr.SuLT4N Posted July 14, 2015 Posted July 14, 2015 or use this past it in mtaserver.conf "ResourceName" startup="1" protected="0" />
GTX Posted July 14, 2015 Posted July 14, 2015 or use this past it in mtaserver.conf "ResourceName" startup="1" protected="0" /> If you want to add this for each resource in your server, go ahead. You'll have 100 lines, where you could only do 3. Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
iMr.Dawix~# Posted July 14, 2015 Posted July 14, 2015 or use this past it in mtaserver.conf "ResourceName" startup="1" protected="0" /> If you want to add this for each resource in your server, go ahead. You'll have 100 lines, where you could only do 3. he can use this resource viewtopic.php?f=108&t=51389&p=507974#p507974 My E-mails: [ [email protected] ],[ [email protected] ],[ [email protected] ] " Manners Maketh Man " " الأخلاق تصنع الرجل " ░░░░░███████ ]▄▄▄▄▄▄▄▄ BooM ! ▂▄▅█████████▅▄▃▂ ███████████████████]. ◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤
GTX Posted July 14, 2015 Posted July 14, 2015 or use this past it in mtaserver.conf "ResourceName" startup="1" protected="0" /> If you want to add this for each resource in your server, go ahead. You'll have 100 lines, where you could only do 3. he can use this resource viewtopic.php?f=108&t=51389&p=507974#p507974 It's almost the same as the mtaserver.conf, you would need to add 100 resources into this. It's much more work Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
iMr.Dawix~# Posted July 15, 2015 Posted July 15, 2015 It's almost the same as the mtaserver.conf, you would need to add 100 resources into this. It's much more work but it's easier with sora's script My E-mails: [ [email protected] ],[ [email protected] ],[ [email protected] ] " Manners Maketh Man " " الأخلاق تصنع الرجل " ░░░░░███████ ]▄▄▄▄▄▄▄▄ BooM ! ▂▄▅█████████▅▄▃▂ ███████████████████]. ◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤
GTX Posted July 15, 2015 Posted July 15, 2015 To add all resources? One by one? I don't think so. Writing 3 lines of code, including meta, 6 lines, is much easier. Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
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