YashasSamaga

I-ZCMD:Speed Test Code

Jun 1st, 2015
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | None | 0 0
  1. public OnGameModeInit()
  2. {
  3.     new a = GetTickCount();
  4.     for(new i = 0;i < 1000000;i++)
  5.     {
  6.               CallLocalFunction("OnPlayerCommandText","is",50,"/mycommand ABC");
  7.     }
  8.     new b= GetTickCount();
  9.     printf("Speed Test:%d",b-a);
  10.     return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment