Create FUNDING.yml + delay loading

This commit is contained in:
Jim Shield
2025-04-13 13:14:20 +01:00
parent ecebdc801e
commit cbc202f101
4 changed files with 54 additions and 38 deletions

View File

@@ -2,6 +2,7 @@ local BankPed = nil
local Till = {}
function spawnCustomRegisters()
Wait(1000)
for k, v in pairs(Config.CustomCashRegisters) do
for i = 1, #v do
local job, gang = v[i].gang and nil or k, v[i].gang and k or nil