SetTimer vs SetTimerEx
#8

I disagree, timers hardly do anything, it's whats in the functions they call.
I just tried
pawn Код:
forward nothing();
public nothing()
{
    return 1;
}

public OnGameModeInit()
{
    for(new i=0;i<10000;i++)
    {
        SetTimer("nothing",100 + random(900),1);
    }
and had no noticeable lag on my laptop
Reply


Messages In This Thread
SetTimer vs SetTimerEx - by Scottas - 05.06.2011, 22:12
Re: SetTimer vs SetTimerEx - by Gamer_Z - 05.06.2011, 22:34
Re: SetTimer vs SetTimerEx - by linuxthefish - 05.06.2011, 22:41
Re: SetTimer vs SetTimerEx - by Scottas - 06.06.2011, 04:29
Re: SetTimer vs SetTimerEx - by Donya - 06.06.2011, 04:32
Re: SetTimer vs SetTimerEx - by cessil - 06.06.2011, 04:59
Re: SetTimer vs SetTimerEx - by Calgon - 06.06.2011, 07:28
Re: SetTimer vs SetTimerEx - by cessil - 06.06.2011, 09:32
Re: SetTimer vs SetTimerEx - by Scottas - 06.06.2011, 14:23
Re: SetTimer vs SetTimerEx - by Calgon - 06.06.2011, 15:42

Forum Jump:


Users browsing this thread: 1 Guest(s)