forward Tempo();public OnGameModeInit(){ SetTimer("Tempo",120000,0); return 1;}public Tempo(){ new tempo = random(45); SetWeather(tempo); return 1;}