26.05.2014, 12:38
Like this;
pawn Код:
public OnPlayerDeath(killerid,playerid,reason)
{
SendDeathMessage(killerid,playerid,reason);
return 1;
}