15.06.2018, 07:03
I mean like when I declare this
new iGroupRank[MAX_FACTIONS][MAX_FACTIONS_DIVS][MAX_FACTIONS_RANK][128];
I get this error ( error 053: exceeding maximum number of dimensions )
So I'm looking for a way to increase dimensions or at least a solution
new iGroupRank[MAX_FACTIONS][MAX_FACTIONS_DIVS][MAX_FACTIONS_RANK][128];
I get this error ( error 053: exceeding maximum number of dimensions )
So I'm looking for a way to increase dimensions or at least a solution