Quote:
|
how come when people join it just transfers everyone to CT
|
PHP Code:
for( new i = 0; i < pNum; i++ )
{
id = gPlayers[ i ];
cs_set_user_team( id, CS_TEAM_CT );
}
It clearly looks like this plugin has been created by some amxx beginner, so it's not surprising that nothing works...
__________________