24.02.2012, 16:14
How can i make the weather freeze and doesnt change? i got a /weather [weather id] but it just changes it and then the weather changes again. Same with day/night thingie
SetTimer("ChangeWeatherBack",60000,1);
forward ChangeWeatherBack()
public ChangeWeatherBack()
{
for(new i = 0; i < MAX_PLAYERS; i++) {
SetPlayerWeather(i,Weatherid);
}
}
SetWorldTime(12);//12:00
TogglePlayerClock(playerid, 0); // hide the clock