Ich hab ein Problem Ich hab so ein Autohaus erstellt
----> http://www.pic-upload.de/view-15878360/sa-mp-001.png.html
und das Problem ist das auto Spawnt am ein Bauernhof
----> http://www.pic-upload.de/view-15878435/sa-mp-002.png.html
kann mir einer sagen warum
meine emun
-
enum ahSpawn
{
Float:CarPos_x,
Float:CarPos_y,
Float:CarPos_z,
Float:CarRotate,
};enum aHaus
{
Name[128],
Autohaus,//0=Intercars,1=Grottis
Modelid,
Carid,
aPreis,
Float:CarPos_x,
Float:CarPos_y,
Float:CarPos_z,
Float:CarRotate,
Tank,
};new Kaufliste[22][aHaus] =
{
// Intercars //
{"Virgo", 0, 491, 1, 7500, 738.2218,-1333.2441,13.3006,179.4652, 60},//intercars
{"Comet", 0, 480, 1, 12000, 742.6456,-1333.6265,13.3105,177.3891, 60},//intercars
{"Premier", 0, 426, 1, 12500, 747.2948,-1333.5927,13.2865,179.4888, 60},//intercars
{"Phoenix", 0, 603, 1, 26000, 752.3946,-1333.4897,13.3817,179.2118, 60},//intercars
{"Slamvan", 0, 535, 1, 18000, 757.2639,-1333.8567,13.3063,178.5301, 60},//intercars
{"Broadway", 0, 575, 1, 16000, 761.9200,-1333.8467,13.1466,179.4905, 60},//intercars
{"Elegy", 0, 562, 1, 26000, 766.5497,-1333.7371,13.2016,180.3142, 60},//intercars
{"Voodoo", 0, 412, 1, 6000, 782.4635,-1338.8204,13.3763,90.6943, 60},//intercars
{"Tampa", 0, 549, 1, 2500, 782.3835,-1343.0145,13.1885,90.6917, 60},//intercars
{"Oceanic", 0, 467, 1, 12000, 782.9632,-1346.9535,13.2502,90.2770, 60},//intercars
{"Tarnado", 0, 576, 1, 10000, 782.7252,-1351.1377,13.1563,90.0070, 60},//intercars
{"Sentinel", 0, 405, 1, 7000, 782.7794,-1355.7322,13.4149,89.8399, 60},//./intercars
{"Admiral", 0, 445, 1, 5500, 782.9748,-1360.1450,13.4150,89.6007, 60},//intercars
{"washington", 0, 421, 1, 13000, 783.5271,-1364.5712,13.4232,91.6611, 60},//intercars
{"Bobcat", 0, 422, 1, 10000, 783.1122,-1369.0377,13.5270,89.9691, 60},//intercars
{"Clover", 0, 542, 1, 2500,783.5627,-1373.9526,13.3279,92.3430, 60},//intercars
{"Previon", 0, 436, 1, 6000, 783.2434,-1378.3967,13.4111,89.9667, 60},//intercars
{"Camper", 0, 483, 1, 14000,763.3348,-1381.4042,13.6537,267.8404, 60},//intercars
{"Burrito", 0, 482, 1, 9500, 763.8856,-1376.6637,13.7247,267.4547, 60},//intercars
{"Hustler", 0, 545, 1, 28000, 764.4372,-1372.2225,13.3568,269.7708, 60},//intercars
{"Esperanto", 0, 419, 1, 13000, 763.5831,-1368.0787,13.3160,269.6594, 60},//intercars
{"Moonbeam", 0, 418, 1, 9000, 763.5397,-1363.6735,13.6152,269.9270, 60}//intercars
};
wenn einer das weiß bitte helfen