Speeding up server time
#1

Hey, I have an idea of fast forwarding server time, but I want it to be really smooth, not like uneven and choppy. Any ideas?
Reply
#2

if you mean by using a textdraw to display the time then use a quicker timer
Reply
#3

To make it smoother use SetPlayerTime, it has minutes and hours.

pawn Код:
public EveryMinute()
{
    for(new i = 0; i < GetMaxPlayers(); i ++) SetPlayerTime(minutes, hour);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)