Delete functions.lua

This commit is contained in:
Linden
2021-10-16 08:34:34 +11:00
committed by GitHub
parent ef87a916ac
commit ae41811d42
-8
View File
@@ -1,8 +0,0 @@
GetJobs = function()
local jobs = {}
while next(jobs) == nil do
Citizen.Wait(250)
jobs = exports['es_extended']:getSharedObject().Jobs
end
return jobs
end