17.03.2015, 18:20
Use gettime.
You can use a repeating timer to apply the time.
Or loop through all players and use SetPlayerTime, which gives you the ability to set the minutes as well as hours.
pawn Код:
new Hour;
gettime(Hour);
SetWorldTime(Hour);
Or loop through all players and use SetPlayerTime, which gives you the ability to set the minutes as well as hours.