-- solved --
#1

ok, nvm, clear. thanks!
Reply
#2

Yes, you can. For setting a player's time, use SetPlayerTime. And to get it, use GetPlayerTime. To get the global time, I suggest you to use an array and store the time while the set function is being executed.
Reply
#3

There is a SetPlayer Time.
Код:
SetPlayerTime(playerid, hour, min);
//expample
SetPlayerTime(playerid, 12, 0);
And there is also a GetPlayerTime();
Код:
SetPlayerTime(playerid, &hour, &minute);
Reply
#4

edit: too late
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)