17.08.2013, 23:09
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(IsPlayerAdmin(playerid))
{
SendDeathMessage(killerid, playerid, reason); // remove it and DeahtList will don't show..
}
return 1;
}
Why you don't try to send a message to all online admins of who killed who. It's would be better and it's possible by this way.