Moin Moin
Ich hab ein Problem mit mein derzeitigen FS Autohaus sys
Das Problem ist folgendes:
Wenn ich Autos hinzufüge Kommt nur das erste Fahrzeug
hier der Code
new Autohaus[1][AHInfo] = {
{"Los Santos Autohaus", 2131.4858,-1149.5398,24.2522,2148.5422,-1138.8616,25.1576,268.8964, 0, "Staat"}
};
new Buycars[10][AKInfo] = {//{CarID,""Name","Autohaus",PREIS,x,y,z}
{400,"Landstalker","Los Santos Autohaus",2000,2136.5510,-1128.2233,25.6762},
{402,"Buffalo","Los Santos Autohaus",3000,2136.0598,-1133.0558,25.5218},
{404,"Perenniel","Los Santos Autohaus",1500,2135.6445,-1138.0363,25.2855},
{413,"Pony","Los Santos Autohaus",5000,2135.9729,-1143.2456,25.1127},
{422,"Bobcar","Los Santos Autohaus",2500,2120.9812,-1157.8997,24.1621},
{442,"Romero","Los Santos Autohaus",3400,2117.1462,-1157.1924,24.1817},
{478,"Walton","Los Santos Autohaus",1000,2118.1665,-1145.4304,24.6067},
{496,"Balista Compact","Los Santos Autohaus",3500,2118.2312,-1139.2200,24.7615},
{500,"Mesa","Los Santos Autohaus",3000,2118.1636,-1134.2207,25.3312},
{533,"Feltzer","Los Santos Autohaus",2400,2136.0107,-1148.3329,24.1498}
};
const MAX_PLAYER_CARS = 2;
new Autos[MAX_PLAYERS][MAX_PLAYER_CARS][Ainfo];
new Spielercar[MAX_PLAYERS][MAX_PLAYER_CARS];
new kaufauto[10];
Ich Hoffe ihr könnt mir helfenAlso nur der Landstalker wird gespawn der rest nicht und er auch nich in der position die ich gespeichert habe
Ich hoffe ihr Könnt mir Helfen
MFG GFJohnny94