Advertisement
Romzes

Untitled

Jun 9th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | None | 0 0
  1. stock FIX_GetTickCount() {
  2.     new ret = GetTickCount();
  3.     if (ret < 0) {
  4.         ret += 2147483647;
  5.     }
  6.     return ret;
  7. }
  8. #if defined _ALS_GetTickCount
  9.     #undef GetTickCount
  10. #else
  11.     #define _ALS_GetTickCount
  12. #endif
  13. #define GetTickCount FIX_GetTickCount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement