SetTimer("RandomWeather",60000,true); // In OnGameModeInitforward RandomWeather(); // Outside any other callbackpublic RandomWeather() // Outside any other callback{ return SetWeather(random(20));}