GetTickCount in C++ - 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: GetTickCount in C++ (
/showthread.php?tid=185838)
closed -
-Davee- - 26.10.2010
Okay, I go to search other solution, thank you!
Re: GetTickCount in C++ -
Slice - 26.10.2010
Well a cell in PAWN is 4 bytes while unsigned int64 is 8 bytes.
Re: GetTickCount in C++ -
-Davee- - 26.10.2010
and how could be solved by other solution?
Re: GetTickCount in C++ - Zeex - 26.10.2010
You can use gettime() which returns a unix timestamp (number of seconds since 1970), but this is only if you don't need milliseconds. As of GetTickCount, I don't see any solution, sorry.