14.08.2011, 11:44
If you want it different for each city, you would need to set the player's weather with SetPlayerWeather based on which city they're in at that time. So, you could run a timer every 5 timers to check the players location and update their weather based on that information. There are some functions, such as IsPlayerInSF/LV/LS found inside uf.inc. Search for it.