23.05.2012, 16:46
It gets how many ticks have passed since the server started. It returns the uptime of the server in milliseconds.
For example, if the server has been open for two seconds, GetTickCount would return 2000. (1000 ms in one second)
For example, if the server has been open for two seconds, GetTickCount would return 2000. (1000 ms in one second)