21.04.2009, 15:54
It's already there if I understand you well.
MAX_PLAYERS is array, 128 is array, two arrays
MAX_PLAYERS = 200, if you didn't know, so you can do
new Variable[200][128];
MAX_PLAYERS is array, 128 is array, two arrays

MAX_PLAYERS = 200, if you didn't know, so you can do
new Variable[200][128];