07.03.2011, 13:55
pawn Код:
new string[128];
new nomemorto[MAX_PLAYER_NAME];
new nomematante[MAX_PLAYER_NAME];
GetPlayerName(playerid, nomemorto, sizeof(nomemorto);
GetPlayerName(killerid, nomematante, sizeof(nomematante);
format(string,sizeof(string), "O jogador %s[%d] й viado por matar %s[%d].", nomematante, killerid, nomemorto, playerid);
SendClientMessageToAll(0xFFFFFFAA, string);