SA-MP Forums Archive
clock problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: clock problem (/showthread.php?tid=249718)



clock problem - darksone - 20.04.2011

I got Shad's system clock and I have a problem.
9 am reversed with 21 pm

sorry for my bad english


Re: clock problem - Ash. - 20.04.2011

9 is 21 in a 24 hour clock. Are you sure it wasn't nighttime?


Re: clock problem - Cjgogo - 20.04.2011

Oh,cmon,you downloaded a CLOK SYSTEM :O?If you don't want to have a syncronizhed clock system(with real time) just do this:

pawn Код:
public OnPlayerSpawn
{
    SetWorldTime(14);
    TogglePlayerClock(playerid,1);
    return 1;
}