18.06.2012, 04:21
well you cannot declare an array or anything for that matter like this
new [212][MAX_MODS][4];
you need a var name like
new SOMEVARNAME[212][MAX_MODS][4];
and the other code is just messed up
I suggest learning the language a little better first.
Download the pawn language ref from http://www.compuphase.com/pawn/pawn.htm#GETTINGSTARTED
and get to know the basics first.
new [212][MAX_MODS][4];
you need a var name like
new SOMEVARNAME[212][MAX_MODS][4];
and the other code is just messed up
I suggest learning the language a little better first.
Download the pawn language ref from http://www.compuphase.com/pawn/pawn.htm#GETTINGSTARTED
and get to know the basics first.