29.01.2011, 15:39
Fixed, but now, I want the in-game clock to match the worldtime on my server.
Код:
public UpdateTime()
{
gettime(hour, minute);
worldTime++;
worldTime%=24;
SetWorldTime(worldTime);
}

