for function
#1

i saw this function in other programming tools but i don't know how it work in pawno
any help?
'For'
Reply
#2

you use 'for', for looping throw array or create some amount of elements.
for(new i; i < 100; i++) //it will loop to 99 and then it will stop. At same time, looping gives values to i like 1,2,3,4,5 etc.
Reply
#3

https://sampwiki.blast.hk/wiki/Loops
Reply
#4

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)