06.06.2011, 09:32
I disagree, timers hardly do anything, it's whats in the functions they call.
I just tried
and had no noticeable lag on my laptop
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);
}