02.03.2016, 16:42
Quote:
Just put your hour variable to +1, or set your servers timezone to something that is one hour ahead
|
Your mode seems to have a function to set the time to the current time, find that one (it should use the SetWorldTime() function) and change (for example)
Код:
SetWorldTime(hour);
Код:
SetWorldTime(hour + 1);