Quote:
Originally Posted by ExeC
pawn Код:
public OnPlayerDeath(playerid, killerid, reason) { new string[128], kName[MAX_PLAYER_NAME], pName[MAX_PLAYER_NAME]; GetPlayerName(killerid, kName, sizeof(kName)); GetPlayerName(playerid, pName, sizeof(pName)); format(string, sizeof(string), "Player %s(%d) killed player %s(%d)", kName,killerid,pName,playerid); SendClientMessageToAll(COLOUR, string); return 1; }
Is that what you meant?
|
I think it is, otherwise... what kind of ID does he talks about?