double loop.
#4

It will stop at the two conditions:
pawn Code:
i <= GetPlayerPoolSize()
If it stops on 0, that means you have no players in server.

pawn Code:
r < 9
This one is a constant one so it will stop at 8 all the time.

So your loop can reach a maximum of 8 and minimum of 0.
Reply


Messages In This Thread
double loop. - by Spenker - 23.07.2016, 14:08
Re: double loop. - by BiosMarcel - 23.07.2016, 14:16
Re: double loop. - by Stinged - 23.07.2016, 14:16
Re: double loop. - by Gammix - 23.07.2016, 14:24
Re: double loop. - by Spenker - 23.07.2016, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)