Replace the OnPlayerDeath function in the cl_customize.lua (in wasabi_ambulance script) file
function OnPlayerDeath(stagetwo)
if not isDead or isDead ~= 'dead' then
isDead = 'dead'
TriggerServerEvent('wasabi_ambulance:setDeathStatus', 'dead', true)
HideDeathNui()
end
end