Quote:
Originally Posted by SnoW
Code:
new players[ 32 ], num = 0;
get_players( players, num, "ae", team );
if( !num )
//No alive players in that team
Code:
for (new i = 6; i <= get_maxplayers(); i++)
I don't understand... Why from 6?
|
Quote:
|
Note: "e" flag can return incorrect results (for cstrike/czero at least).
|
that's what written in the funcwiki =\
to not let doevent() if less than 6 players on server...
hleV
same thing with your variant
__________________