Get Team Count?
#2

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


Messages In This Thread
Get Team Count? - by (_AcE_) - 03.04.2013, 01:14
Re: Get Team Count? - by LarzI - 03.04.2013, 01:20
Re: Get Team Count? - by (_AcE_) - 03.04.2013, 01:30
Re: Get Team Count? - by JJB562 - 03.04.2013, 01:59
Re: Get Team Count? - by kamzaf - 03.04.2013, 02:09

Forum Jump:


Users browsing this thread: 1 Guest(s)