I made this ..that works
Init()
{
level thread ForcePreMatchDelay();
}
ForcePreMatchDelay()
{
level waittill("connected");
currentDelay = getDvarInt("scr_game_matchstarttime");
wait currentDelay;
setDvar("scr_game_matchstarttime", "10");
}




Perfect !