Customs functions
CheckOnlineCops (shared/utils.lua)
function CheckOnlineCops()
local copsOnline = 0
for key, job in pairs(Config.utility.policeJobs) do
if GlobalState[job] then
copsOnline += GlobalState[job]
end
end
return copsOnline
endDispatch (client/dispatch.lua)
function CustomDispatch(coords)
exports["ps-dispatch-esx"]:DrugSale(coords)
endInventory (server/framework/framework.lua)
PlayerHasDrugs
RemoveDrugsItem
AddRewardPlayer
SendNotification
Last updated