05.04.2013, 16:43
Thats likely a bug within the compiler because these work fine
Also using enum arrays with constant text is just a waste because the cells you dont use are still declared resulting in huge blocks of unused memory
pawn Code:
new TEST_ARRAY[][][eTest] =
new TEST_ARRAY[3][][eTest] =
new TEST_ARRAY[3][3][eTest] =