esx_ambulancejob
in esx_ambulancejob/client/main.lua
CTRL + F and look for:
esx_ambulancejob/client/main.lua
CTRL + F and look for:function OnPlayerDeath()
at the beginning of the function add following:
if LocalPlayer.state.inDeathmatch == true then return end
Your function should look like this:

Last updated