Affichage des articles dont le libellé est double loop.. Afficher tous les articles
Affichage des articles dont le libellé est double loop.. Afficher tous les articles

samedi 23 juillet 2016

double loop.

It will stop at the two conditions:

Code:

i <= GetPlayerPoolSize()
If it stops on 0, that means you have no players in server.

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.

Let's block ads! (Why?)



double loop.