02.04.2014, 06:03
What still can not? you need to add a timer.
If you have 1 second timer running already then add this:
On top of script;
In the function which is ran with a timer of 1 second
If you have 1 second timer running already then add this:
On top of script;
Код:
new changedtime, Time;
Код:
if(gettime() - changedtime > 6000) { foreach(Player, i) { if(Time > 24) Time = 1; else Time++; SetPlayerTime(i, Time, 0); changedtime = gettime(); } }