Skip to content

Instantly share code, notes, and snippets.

@ISKinGeR
ISKinGeR / Startup.lua
Last active July 18, 2025 22:41
Adding the Handling function for pending Shop Deposits for mythic framework (not professional but it work fine!)
-- 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