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 endyour 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 endYour event should look like this:

Last updated