mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Reset color after client print, use async callback for retrieving jobs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
ESX.StartPayCheck = function()
|
||||
|
||||
function payCheck()
|
||||
local xPlayers = ESX.GetPlayers()
|
||||
|
||||
@@ -39,9 +38,7 @@ ESX.StartPayCheck = function()
|
||||
end
|
||||
|
||||
SetTimeout(Config.PaycheckInterval, payCheck)
|
||||
|
||||
end
|
||||
|
||||
SetTimeout(Config.PaycheckInterval, payCheck)
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user