wasabi_ambulance
in wasabi_ambulance/game/client/client.lua
CTRL + F and look for:
wasabi_ambulance/game/client/client.lua
CTRL + F and look for: AddEventHandler('wasabi_bridge:onPlayerDeath', function(data)
at the beginning of the function add following:
if LocalPlayer.state.inDeathmatch == true then return end
your event should look like this:

in wasabi_ambulance/game/client/client.lua
CTRL + F and look for:
wasabi_ambulance/game/client/client.lua
CTRL + F and look for: AddEventHandler('gameEventTriggered', function(event, data)
at the beginning of the function add following:
if LocalPlayer.state.inDeathmatch == true then return end
Your event should look like this:

Last updated