15.02.2009, 20:23
it works with [1][1][1]... but if you type try to make the 3rd dimension atleast 2 slots deep, you get an error. Please help... I need to save a string as a player flag. There can be 200 players and 300 flags for each one, so I end up with:
new flags[200][300][128];
but that gives an error.
new flags[200][300][128];
but that gives an error.