When a new round start call a function which does something like the following:
Code:
function start_NewRound()
{
  seconds = 120;
  count_down();
}


btw:
Instead of sleep(x); use wait(-x);
Because sleep is old syntax