Quote:
Originally posted by Androk2k1
What does [i] do? It's used very often, but I don't quite understand it's purpose..
|
Accessing the i. elementh of an array.
So allplayers[2] would give you the 3. player (count starts at zero), allplayers[i] gives you a player depending on the current value of the variable i.