public OnPlayerDeath(playerid, killerid, reason){ if(reason == 54 && IsPlayerConnected(killerid)) { SetPlayerHealth(killerid, 0.0); } return 1;}