04.12.2009, 15:39
Hi!
I have 3 teams, and i have a function which ends the gamemode after 8 mins, how can i make a check to check which team has the most kills?
Would i need
I have 3 teams, and i have a function which ends the gamemode after 8 mins, how can i make a check to check which team has the most kills?
Would i need
pawn Код:
new team1kills[MAX_PLAYERS];
new team2kills[MAX_PLAYERS];
new team3kills[MAX_PLAYERS];