KingDanzaV1

Untitled

Nov 12th, 2025
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. script.run_in_callback(function()
  2. while true do
  3.     ScriptGlobal(1668007 + 6):set_int(1)   -- Resupply bunker
  4.     Script.yield(60000 * 5)
  5. end
  6. end)
  7.  
  8. --ScriptGlobal(1668007 + 6):set_int(1)   -- Resupply bunker
  9. --             ^ #1      ^ #2  
  10.  
  11. --We are gonna use this global as an example
  12. --Bunker instant resupply: Global_1668007 + 6
  13. --                                ^ #1      ^ #2
  14. --You just put the numbers where they go, setting the int to 1 is setting it to yes.
  15. --You can interchange all the globals for businesses, just change the numbers.
Advertisement
Add Comment
Please, Sign In to add comment