error 018: initialization data exceeds declared size
#7

The enumeration is correct
pawn Code:
enum pInfo
{
    Float:zMinX,
    Float:zMinY,
    Float:zMaxX,
    Float:zMaxY,
    zTeam,
    Kills,
    Deaths
}
new ZoneInfo[][pInfo] = {
    {1976.0409,-1351.8186,1862.2743,-1450.5481,COLOR_GRAY}
};
Can you show us where do you use the ZoneInfo in your code?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)