error 052: multi-dimensional arrays must be fully initialized
#5

#define MAX_ZONES 5
enum dZones
{
Name[128],
Float:MinX,
Float:MinY,
Float:MaxX,
Float:MaxY,
Float:Z,
Team,
ID
}
new Zones[MAX_ZONES][dZones] =
{
{"Soviet Union Base", 1.0, 1.0, 1.0, 1.0, 20.0, -1, 0},
{"Germany Base", 1.0, 1.0, 1.0, 1.0, 20.0, -1, 0},
{"United States Base", 1.0, 1.0, 1.0, 1.0, 20.0, -1, 0},
{"Great Britain Base", 1.0, 1.0, 1.0, 1.0, 20.0, -1, 0},
{"Test Gangzone", 19.532827, 2013.186401, 67.532829, 2061.186523, 234, -1, 0}
};
Try this
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)