07.05.2013, 20:50
pawn Код:
new Fala[64];
new Nome[24];
new Nome2[24];
GetPlayerName(killerid,Nome,sizeof(Nome));
GetPlayerName(playerid,Nome2,sizeof(Nome2));
format(Fala,sizeof(Fala),"Player %s matou %s",Nome,Nome2);
SendClientMessageToAll(-1,Fala);