GetTickCount - 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)
+--- Thread: GetTickCount (
/showthread.php?tid=512816)
GetTickCount -
audriuxxx - 12.05.2014
GetTickCount will cause problems on servers with uptime of over 24 days (SA:MP server, not physical server !!!) as GetTickCount will eventually warp past the integer size constraints
Can you explane my this? this mean if i have server on linux and he is working more than 24 days, then start bugg's or what?
AW: GetTickCount -
Mellnik - 12.05.2014
Signed integers can hold ~2100000000 which is equal to ~24 days. Never tested it myself what happens after that time.