04.02.2010, 07:09
I tried to use tickcount, but it always returns 1000.
pawn Код:
new test;
test = GetTickCount();
printf("%d", test);//This will return normal tickcount
tickcount(test);
printf("%d", test);//This will return 1000