27.02.2014, 06:57
pawn Код:
public SomeTimerCallback()
{
new _var_ = GetTickCount();
printf("SomeTimerCallback took %d milliseconds to execute.", GetTickCount() - _var_);
}
Sorry if I didn't get you right, can you explain what exactly you are doing?