stock bool:IsTwoOrMore( ) { new iPlayers[ 32 ], iNum; get_players( iPlayers, iNum, "ch" ); if( iNum >= 2 ) return true; return false; }