Hey Ich finde zu meinem problem keine lösung und meine kollegen blicken da i-wie auch net durch
Mein Error: C:\Users\Daniel\Desktop\German-Elite-Reallife\gamemodes\***.pwn(1860) : error 052: multi-dimensional arrays must be fully initializedPawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Die Lines
};
new Float:DtcParkPlatz[AUTOHAUSER][MAXPARKPLATZE][4] = {
{//2Räder LS
{-1986.9899,275.8050,34.7403, 0.0},
{-1988.6021,270.4942,34.7496, 0.0},
{-1984.8209,307.6451,34.7425, 0.0},
{-1986.2744,301.8359,34.7494, 0.0}
},
{//hotring
{488.2742, -1545.0549, 18.3321, 0.0},
{485.2864, -1538.9072, 18.9164, 0.0},
{482.0506, -1528.5897, 19.6406, 0.0},
{480.5710, -1522.1302, 19.9994, 0.0}
},
{//LS CarSeller
{739.4178 ,-1346.1819 ,13.5147 ,263.8891},
{739.3685, -1343.3811, 13.5209, 3.6025},
{742.3792, -1333.9788, 13.5415, 175.6966},
{748.4590, -1332.5946, 13.5446, 175.6966}
},
{//LS Studio
{-1639.2649,1198.1111,7.2813,267.8069},
{-1639.2649,1198.1111,7.2813,267.8069},
{-1639.2649,1198.1111,7.2813,267.8069},
{-1639.2649,1198.1111,7.2813,267.8069}
},
{//LS AIRPORT
{1725.5981,-2414.4631,13.5547,91.2938},
{1648.4031,-2413.2231,13.5547,91.2938},
{1566.8810,-2416.3340,13.5547,89.3299},
{1899.1111,-2374.5435,13.8934,270.3974}
},
{//Fraktion autohaus
{2798.0500, -1554.5645, 11.9302, 0.0},
{2816.0564, -1541.6313, 11.9336, 0.0},
{2820.4360, -1560.0736, 11.9327, 0.0},
{2775.6733, -1611.4188, 11.9445, 0.0}
},
{//bootautohaus
{-135.2207, -1802.6097, -0.5573, 258.9006},
{-129.8378, -1779.3202, -0.5242, 256.1195},
{-125.4116, -1760.9236, -0.6199, 256.4629},
{-121.0805, -1742.9702, -0.7924, 256.4629}
}
};
Das letzte }; ist die Line 1860