I made
PHP Code:
for( new i = 0; i < pNum; i++ )
{
id = gPlayers[ i ];
cs_set_user_team( id, CS_TEAM_CT );
}
into
PHP Code:
for( new i = 0; i < pNum; i++ )
{
id = gPlayers[ i ];
cs_set_user_team( id, CS_TEAM_T );
}
and all thats happening is everyone gets set to Tside same as last time but t side. Its not randomly chosen
</span></span>