Posts: 305
Threads: 52
Joined: Mar 2012
Reputation:
0
I was think about this for a long time, but I've no idea of how to create it. It is like this, Every hour the weather will change and so on, and this includes time. How am I going to change from weather to a different weather after an hour ?
Posts: 2,187
Threads: 81
Joined: Aug 2011
Reputation:
0
On the server we are creating (see below link) this exactly has been done, we actually have added temperature specific weathers changing per hour! If you'd like to know more, PM me, I'd help you, or sure use the above code!
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
if you change the time more than once per game hour, the smooth weather transitions will get fucked up. apply the time-sync once per minute, after setting the new weather id, upon the next minute, the weather will change slowly.
oops, almost forgot: to enable the weather transitions, you need to add TogglePlayerClock(playerid,1); after a player logged in. indeed combined with the 1minute-timer for sync.