public OnPlayerDeath(playerid, killerid, reason) //When the player dies.{ SendDeathMessage(killerid, playerid, reason); //This will show the way they died in the "Kill Feed" return 1;}