enum of array of string doesn't write strings properly
#3

Thats likely a bug within the compiler because these work fine
pawn Code:
new TEST_ARRAY[][][eTest] =
new TEST_ARRAY[3][][eTest] =
new TEST_ARRAY[3][3][eTest] =
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)