04.05.2009, 11:16
Quote:
Originally Posted by MenaceX^
The time goes by the hoster place, if your server is hosted in Holland, it's automaticly GMT+1.
So no, it's not possible. |
new time = 20 + random(9);
if(time > 24)
{
time -= 24;
}
SetWorldTime(time);
something like that