This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- put this in ur Startup.lua, not matter which line just put it there | |
-- path: resources\[mythic]\mythic-inventory\server\startup.lua | |
-- KR method <3 | |
Citizen.CreateThread(function() | |
while true do | |
local depositsToProcess = pendingShopDeposits | |
pendingShopDeposits = {} | |
if depositsToProcess and next(depositsToProcess) then |