09.09.2012, 13:35
wat's wrong in here?
EDIT: Fixed! I just need to change this
to this
pawn Код:
new Float:JpSpawns[4][4] =
{
{-775.6139,2761.6914,47.2002,178.5629},
{-842.8282,2752.3252,45.8516,9.0480},
{-911.5106,2686.1985,42.3703,24.1116}
};
Код:
error 052: multi-dimensional arrays must be fully initialized
pawn Код:
new Float:JpSpawns[4][4] =
pawn Код:
new Float:JpSpawns[][4] =