how to freeze WorldTime
#1

i have
Код:
SetWorldTime(00);
in my OnGameModeInit

but in a few minutes the time is going to change and i want it to be night always how can i do like that?

how can i freeze time on 00 ?
Reply
#2

Do you have a clock?
Reply
#3

no, i have only put SetWorldTime(00); on gamemodeinit
Reply
#4

Can you post the whole script?

Because somewhere there is something thats change the time.
Reply
#5

Deleting TogglePlayerClock(playerid,1); then putting SetWorldTime(00); should work.
Reply
#6

Thx
Reply
#7

Код:
TogglePlayerClock(playerid,1);
Reply
#8

Or with a timer..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)