Add json support

This commit is contained in:
Kakarot
2025-05-10 11:42:14 -05:00
parent a437265c68
commit fe3847d591
26 changed files with 14721 additions and 1928 deletions
+2 -2
View File
@@ -395,9 +395,9 @@ function QBCore.Functions.CreateVehicle(source, model, vehtype, coords, warp)
end
function PaycheckInterval()
if not next(QBCore.Players) then
if not next(QBCore.Players) then
SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
return
return
end
for _, Player in pairs(QBCore.Players) do
if not Player then return end