08.10.2016, 02:55
I get an error message and i dont know how to fix. I searched about it little bit but still not get it.
error 001: expected token: "}", but found "["
enum eninit { SQLID, enname[48], enid, entext[10][24] };
new enarr[MAX_ENARR][eninit];
If it is because of arr dimension count, i tried to use zeus's compile patch. But still i get the error.
What can i do about to fix it?
error 001: expected token: "}", but found "["
enum eninit { SQLID, enname[48], enid, entext[10][24] };
new enarr[MAX_ENARR][eninit];
If it is because of arr dimension count, i tried to use zeus's compile patch. But still i get the error.
What can i do about to fix it?