GetCurrentTicks
Returns the current server up-time
#include <nwtime.h> LONG GetCurrentTicks (void);
Returns the current server up-time in ticks (approximately eighteenths of a second).
#include <nwtime.h> LONG serverUpTime; serverUpTime = GetCurrentTicks ();