27.02.2017, 20:37
Explain with more details
PS: I'm back.
EDIT:
On top of script
In the function which is running with a timer of 2 second
2ND EDIT:
https://sampwiki.blast.hk/wiki/SetWorldTime is the best stuff
PS: I'm back.
EDIT:
On top of script
Код:
new changedtime, Time;
Код:
if(gettime() - changedtime > 12000) { foreach(Player, i) { if(Time > 24) Time = 1; else Time++; SetPlayerTime(i, Time, 0); changedtime = gettime(); } }
https://sampwiki.blast.hk/wiki/SetWorldTime is the best stuff