Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Triggered client side after the player goes on or off duty.
AddEventHandler("jobs_creator:toggleDuty", function(isOnDuty) end)
AddEventHandler("jobs_creator:toggleDuty", function(isOnDuty) if(isOnDuty) then ESX.ShowNotification("You are now on duty") else ESX.ShowNotification("You are now off duty") end end)
isOnDuty
Related topics