mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Delete functions.lua
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user