client/no_escrow.lua

-- | # Load Script ------------------------------------------------------------------------------------
-- | When the script starts, load player settings.

Citizen.CreateThread(function()
    Wait(500)
    Load_Player_Settings()
end)

Last updated