Finding unused indexid
#4

Quote:
Originally Posted by SaiyanZ
View Post
Thanks and also i'll try that out, i wanted to ask another thing, how can i run a loop like backwards like i tried using
PHP Code:
for(new =0i>0i--) 
but i read somewhere that this wont work as condition is always true, i need something like 40 to 0
Almost had it:
pawn Code:
for(new i = 40; i>0; i--)
EDIT: It should work. Condition is true when i is > 0. if i becomes 0 the condition is no longer true and the loop stops.
Reply


Messages In This Thread
Finding unused indexid - by SaiyanZ - 29.03.2019, 09:55
Re: Finding unused indexid - by introzen - 29.03.2019, 10:50
Re: Finding unused indexid - by SaiyanZ - 29.03.2019, 19:02
Re: Finding unused indexid - by bgedition - 29.03.2019, 19:08

Forum Jump:


Users browsing this thread: 2 Guest(s)