11.02.2012, 20:59
Do you mean random weather which sets for every player after a certain time?
Make a timer and inside this timer make an array with weather IDs. Whenever the function is called by the timer, you get a random weather ID from the array (random(sizeof(WeatherArray))) and set it for all players.
Make a timer and inside this timer make an array with weather IDs. Whenever the function is called by the timer, you get a random weather ID from the array (random(sizeof(WeatherArray))) and set it for all players.