03.04.2013, 01:20
Globally:
Whenever a player joins a certain team:
Whenever a player leaves a certain team:
This is the simplest method I can think of.
pawn Код:
new
pCount[ NUMBER_OF_TEAMS_HERE ]
;
pawn Код:
pCount[ TEAM_ID ] ++;
pawn Код:
pCount[ TEAM_ID ] ++;

