02.06.2015, 22:39
pawn Code:
new string[50+MAX_PLAYER_NAME];
new Nome[40][MAX_PLAYERS];
new Nomi[40][MAX_PLAYERS];
TaNoX1[playerid] = false;
TaNoX1[killerid] = false;
GetPlayerName(killerid, Nomi[killerid], 40);
GetPlayerName(playerid, Nome[playerid], 40);
format(string, sizeof(string),"[GSF-[X1]] %s Derrotou no x1 Contra %s.",Nomi[killerid], Nome[killerid]);
SendClientMessageToAll(Branco, string);
Quantos = 0;
}