toggle clock bugged.
#2

At OnPlayerSpawn:
pawn Код:
new hour, minutes;
GetPlayerTime(playerid, hour, minutes);
hour += 12;
if(hour > 23) hour -= 24;
SetPlayerTime(playerid, hour, minutes);
Should fix it.
Reply


Messages In This Thread
toggle clock bugged. - by Fernado Samuel - 28.02.2013, 15:28
Re: toggle clock bugged. - by Jeffry - 28.02.2013, 16:02
Re: toggle clock bugged. - by Fernado Samuel - 28.02.2013, 21:47
Re: toggle clock bugged. - by Fernado Samuel - 01.03.2013, 19:02

Forum Jump:


Users browsing this thread: 2 Guest(s)