Wie kann ich diese Sachen rausnehmen,ohne Errors zu bekommen?
Hier:
new Float:DtcParkPlatz[AUTOHAUSER][MAXPARKPLATZE][4] = {
{//2Räder LS
{1231.1697,-1419.5529,12.9558, 0.0},
{1231.2817,-1422.3464,12.9940, 0.0},
{1230.8728,-1424.6959,13.0207, 0.0},
{1230.6115,-1426.9005,13.0612, 0.0}
},
{//hotring //Das muss raus
{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
{2822.0322, -1091.7185, 30.4274, 178.7226},
{2822.2390, -1082.3268, 30.4246, 178.7900},
{2815.1428, -1084.2802, 30.4481, 182.4011},
{2815.5940, -1095.0559, 30.4346, 182.3656}
},
{//LS Studio //Das muss raus
{1706.6991, -1536.8207, 13.2499, 180.0},
{1707.0038, -1527.1498, 13.2627, 180.0},
{1706.9299, -1517.1089, 13.2641, 180.0},
{1706.9113, -1506.6943, 13.2641, 180.0}
},
{//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}
},
{//lkw autohaus //Das muss raus
{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}
}
};
new Float:DtcSonstiges[AUTOHAUSER][5][7] = {
{//2Räder LS
{1219.4432, -1427.3168, 13.3602, 0.0}, // Info Zeichen etc.
{1219.3173, -1441.6929, 44.7522, 340.2388}, // LiveView Car
{1212.9812, -1443.4077, 45.1510, 0.0}, // LiveView Cam
{1209.7979, -1448.4766, 45.2224, 0.0}, // LiveView Player
{1219.2841, -1421.4926, 13.2727, 178.5745} // LiveView Player Exit
},
{//Bug //Das muss raus
{479.7152, -1538.5674, 19.3728, 0.0},// Info Zeichen etc.
{467.8411, -1531.4414, 40.4700, 0.0}, // LiveView Car
{473.9927, -1532.6489, 40.5781, 0.0},// LiveView Cam
{474.4574, -1541.2943, 40.578, 0.0},// LiveView Player
{483.2577, -1537.7764, 19.3366, 0.0}// LiveView Player Exit
},
{//LS CarSeller
{2794.5720, -1087.7042, 30.7188, 0.0}, // Info Zeichen etc.
{2793.1926, -1074.0157, 93.9885, 301.3163}, // LiveView Car
{2795.6467, -1066.9978, 94.1871, 0.0}, // LiveView Cam
{2803.5083, -1067.1490, 94.1871, 0.0}, // LiveView Player
{2805.2322,-1089.1576,30.7310, 359.2809} // LiveView Player Exit
},
{//LS Studio //Das muss raus
{1691.1931, -1518.4469, 13.5534, 0.0}, // Info Zeichen etc.
{1681.8058, -1515.9250, 18.2108, 225.3830}, // LiveView Car
{1680.5959, -1521.1073, 18.5469, 0.0}, // LiveView Cam
{1687.0474, -1521.8088, 18.5469, 0.0}, // LiveView Player
{1694.6262, -1524.6407, 13.5469, 14.7941} // LiveView Player Exit
},
{//LS AIRPORT
{1768.4802,-2433.6174,13.5547,358.4647}, // Info Zeichen etc.
{1765.1451,-2286.7554,26.7960,313.5673}, // LiveView Car
{1765.4340,-2271.0989,31.0900,181.3627}, // LiveView Cam
{1765.4340,-2271.0989,31.0900,181.3627}, // LiveView Player
{1778.3945,-2432.7996,13.5547,171.6871} // LiveView Player Exit
},
//lkw autohaus //Das mussraus
{
{2795.0598, -1618.9871, 10.2082, 0.0}, // info zeichen etc.
{2760.3782, -1456.3616, 67.8798, 0.0}, // liveView Car
{2763.5544, -1441.4823, 66.8672, 0.0}, //Carpos
{2775.6743, -1433.2225, 66.8672, 0.0},//playapos
{2792.2029, -1618.6134, 10.9219, 0.0} //Exit view
},
//bootautohaus
{
{-206.7942, -1778.8412, 1.8197, 0.0}, //Infozeichen
{1248.7789, -2382.5952, 8.3920, 0.0}, // liveView Car
{1241.7362, -2390.6350, 12.4744, 0.0}, //Campos
{1222.8789, -2415.5544, 10.2585, 0.0},//playapos
{-147.2765, -1789.9833, 1.1003, 0.0} //Exit view
}
};