Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.run_in_callback(function()
- while true do
- ScriptGlobal(1668007 + 6):set_int(1) -- Resupply bunker
- Script.yield(60000 * 5)
- end
- end)
- --ScriptGlobal(1668007 + 6):set_int(1) -- Resupply bunker
- -- ^ #1 ^ #2
- --We are gonna use this global as an example
- --Bunker instant resupply: Global_1668007 + 6
- -- ^ #1 ^ #2
- --You just put the numbers where they go, setting the int to 1 is setting it to yes.
- --You can interchange all the globals for businesses, just change the numbers.
Advertisement
Add Comment
Please, Sign In to add comment