I tried to make silentkill on a whole team to force the round end but its not working:
my code:
PHP Code:
static iPlayers[32], iNum, id, iPlayer;
get_players( iPlayers, iNum, "e", "T" );
for ( id=0; id<iNum; id++ )
{
iPlayer = iPlayers[id];
user_silentkill(iPlayer);
}
is it possible that if the get_players function is used to much that it starts bugging? i have had other porblems related with get_players being buggy
__________________