Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnGameModeInit()
- {
- new a = GetTickCount();
- for(new i = 0;i < 1000000;i++)
- {
- CallLocalFunction("OnPlayerCommandText","is",50,"/mycommand ABC");
- }
- new b= GetTickCount();
- printf("Speed Test:%d",b-a);
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment