#1

hello everyone
i have a roleplay server with horizon roleplay script.
for ex in my server the time is 18:00 but in really is 19:00,
how to fix it ?
who can help me +rep
Reply
#2

Just put your hour variable to +1, or set your servers timezone to something that is one hour ahead
Reply
#3

Quote:
Originally Posted by Chilli9434
Посмотреть сообщение
Just put your hour variable to +1, or set your servers timezone to something that is one hour ahead
I'd not recommend changing the time of the server itself, this can desync several services.

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);
to
Код:
SetWorldTime(hour + 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)