i can't even understand what do you mean but try this...
Code:
public roundend()
{
roundnumber++;
if( roundnumber >= get_pcvar_num( Atsround ) )
{
new players[32], num;
get_players( players, num, "h");
for( new i; i < num; i++ )
{
new id=players[i];
switch (get_user_team(id))
{
case 1: cs_set_user_team(id, CS_TEAM_CT);
case 2: cs_set_user_team(id, CS_TEAM_T);
}
}
roundnumber=0;
}
}
__________________
function rb return $regsubex($$1-,/(.)/g,$+($chr(2) $+ $chr(3),$r(2,15),$chr(2),\1))