30.07.2009, 14:38
It's called a death list and you can add it to your gamemode like this:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}