25.07.2015, 13:10
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.
For some reason I don't like using "While" loops, does it have any advantages over "for" loop ?
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...
}