Yes, that works, but "MAX_PLAYERS" is the size of the array, so it is more like doing this in C:
Код:
for (I = 0; I <= 10; I++)
Which is wrong in either language.
Ye, though I haven't encountered this specific example in C, we always had a specific number of cells, and that always worked, that's why I said "I am used to add the equal sign from C".