24.07.2012, 21:56
But I cannot do either of the following:
Nor:
pawn Код:
new myarray[][1] =
{
};
pawn Код:
new myarray[][1] =
{
{0}
};
//Later on
myarray[0][0] = blahblah //Returns that 1 is out of bounds.