toggle clock bugged.
#1

Removed
Reply
#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
#3

not working, still the same
Reply
#4

DUMP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)