[Pawn] Problem with ctime - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Problem with ctime (/showthread.php?tid=1245) |
Problem with ctime - Demo - 2020-10-14 Hey im using southclaws pawn-ctime version (https://github.com/Southclaws/pawn-ctime) and actually got a problem with my function "WhichDayWillItBe". It worked fine before with Ryders version. Function: Code: stock WhichDayWillItBe(const iDay) Example: Code: hook OnGameModeInit() Returns: Code: [02:49:57] Whichday[0]: 14.09 Im using this to get the last 7 days in dd.mm format, after 01.09 it should actually show 31.08 but returns 00.09 ... -1.09 for me Hope someone can help me with that. |