now dont ask how round end called -.- if you want i will know you bad scripter

....
PHP Code:
public OnRoundEnd()
{
gRoundStarted = false;
if(round_count >= get_pcvar_num(cvar_round_switch))
{
new players[32], num;
get_players(players, num);
for(new i = 0; i < num; i++)
add_delay(players[i]);
client_printcolor(0, "/ctrSwitching teams !!!");
round_count = 0;
}
}
__________________