public OnPlayerDeath(playerid, killerid, reason) { if(killerid != INVALID_PLAYER_ID) { SendDeathMessage(killerid, playerid, reason); } return 1; }