GetTimerTickCount(timerid);
#5

pawn Код:
public SomeTimerCallback()
{
    new _var_ = GetTickCount();
    printf("SomeTimerCallback took %d milliseconds to execute.", GetTickCount() - _var_);
}
There is no such function, but you can detect the executing time.

Sorry if I didn't get you right, can you explain what exactly you are doing?
Reply


Messages In This Thread
GetTimerTickCount(timerid); - by Crayder - 27.02.2014, 06:05
Re: GetTimerTickCount(timerid); - by BroZeus - 27.02.2014, 06:36
Re: GetTimerTickCount(timerid); - by Crayder - 27.02.2014, 06:46
Re: GetTimerTickCount(timerid); - by BroZeus - 27.02.2014, 06:49
Re: GetTimerTickCount(timerid); - by iZN - 27.02.2014, 06:57
Re: GetTimerTickCount(timerid); - by Crayder - 27.02.2014, 06:58
Re: GetTimerTickCount(timerid); - by iZN - 27.02.2014, 06:59
Re: GetTimerTickCount(timerid); - by Crayder - 27.02.2014, 07:08

Forum Jump:


Users browsing this thread: 1 Guest(s)