05.08.2010, 09:48
You need a comma after every end of the array entry.
pawn Код:
new gData[][E_GATE_DATA] =
{
{stuff},
{stuff},
{stuff} // It's important to have no comma for the last entry.
};