02.06.2015, 22:43
Tenta assim...
PHP Code:
new NickPlayer[2];
TaNoX1[playerid] = false;
TaNoX1[killerid] = false;
GetPlayerName(killerid, NickPlayer[0], 40);
GetPlayerName(playerid, NickPlayer[1], 40);
format(string, sizeof(string),"[GSF-[X1]] %s Derrotou no x1 Contra %s.", NickPlayer[0], NickPlayer[1]);
SendClientMessageToAll(Branco, string);
Quantos = 0;