AddEventHandler('brutal_ambulancejob:revive', function()-- this event run when the player revived. You can put this to in all scripts.end)AddEventHandler('brutal_ambulancejob:server:heal', function()-- this event run when the player healed. You can put this to in all scripts.end)
Server Event
With this event you can get the player's Duty status. (true = false)
player_job_name = You must enter the player's job name.