local or global variable in a timer/Using enum as integer
#8

Thanks alot Nero and Vince, I'll try to check the speed difference though, "tickcounts" will do the job right ?

for now, I think doing it like this is both outside the loop and looks better.
pawn Code:
for(new var1 = something, var2 = somethingelse, i; i<blabla; i++)
{
    //Codes...
}
For some reason I don't like using "While" loops, does it have any advantages over "for" loop ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)