14.12.2014, 00:06
As far as I know, if it's hosted from your own computer, it follows whatever time is set on your computer. If it's hosted, then it follows the time from where it's hosted. Probably, you can subtract from the time. Something like this:
pawn Код:
new hour, minute, second;
gettime(hour, minute, second);
new adjustedhour = hour - 5;
SetWorldTime(adjustedhour);