13.02.2011, 11:58
i didnt understood what you want to do... do you want it to say who killed the guy and with what? if so:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}