Hilfe ~ Sehr Wichtig :s | Autohaus Fail

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hey :D
    Also, Habe Paar Probleme, Wollte das Autohaus Ummappen, aber es Klappt iwie nicht!
    Die Errors!

    Spoiler anzeigen
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(376) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(376) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(377) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(377) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(378) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(378) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(379) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(379) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(380) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(380) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(381) : warning 213: tag mismatch
    C:\Users\Dominik\Desktop\Selfmade\gamemodes\LDL12.pwn(381) : warning 213: tag mismatch
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

    Spoiler anzeigen
    Header size: 7796 bytes
    Code size: 820772 bytes
    Data size: 41581800 bytes
    Stack/heap size: 16384 bytes; estimated max. usage=5249 cells (20996 bytes)
    Total requirements:42426752 bytes

    Spoiler anzeigen
    12 Warnings.

    Keine Fahrzeuge sind Da!
    So Habe ich es / Will ich es:
    Spoiler anzeigen
    new Kaufliste[6][aHaus] = {

    Spoiler anzeigen
    // Intercars // // Fahrzeugname,0, Fahrzeug ID, FAhrzeug Preis, x,y,z,Rotate,50
    {"Burrito", 0, 482, 10000, 1734.3346,-1745.4077,13.3310, 90.8689, 50},// 10000, 739.50000000,-1334.00000000,13.80000019,201.50000000, 50},
    {"Bobcat", 0, 422, 9500, 1729.0306,-1745.4882,13.3309, 90.8689, 50},//10000, 744.50000000,-1333.50000000,13.60000038,199.75000000, 50},
    {"Comet", 0, 480, 15000, 1724.0344,-1745.5637,13.3310, 90.8688, 50},//14000,749.90002441,-1333.19995117,13.39999962,201.25000000, 60},
    {"Sultan", 0, 560, 27000, 1718.5984,-1745.6508,13.3309, 91.0361,50},//24000, 755.20001221,-1332.80004883,13.30000019,204.00000000, 50},
    {"Elegy", 0, 562, 17000, 1711.0331,-1745.6632,13.3307, 88.4237, 50},//16000, 760.70001221,-1332.90002441,13.30000019,205.50000000, 60},
    {"Infernus", 0, 411, 96800, 1727.0168,-1751.6479,13.3308, 91.2128, 50}//121000, 765.20001221,-1332.80004883,13.30000019,206.00000000, 50}
    };


    Geht Nicht! Wieso?
    So Gehts ! ( In LS Intercars)

    Spoiler anzeigen
    Intercars // // Fahrzeugname,0, Fahrzeug ID, FAhrzeug Preis, x,y,z,Rotate,50
    {"Burrito", 0, 482, 10000, 739.50000000,-1334.00000000,13.80000019,201.50000000, 50},
    {"Bobcat", 0, 422, 10000, 744.50000000,-1333.50000000,13.60000038,199.75000000, 50},
    {"Comet", 0, 480, 14000,749.90002441,-1333.19995117,13.39999962,201.25000000, 60},
    {"Sultan", 0, 560, 24000, 755.20001221,-1332.80004883,13.30000019,204.00000000, 50},
    {"Elegy", 0, 562, 16000, 760.70001221,-1332.90002441,13.30000019,205.50000000, 60},
    {"Infernus", 0, 411, 121000, 765.20001221,-1332.80004883,13.30000019,206.00000000, 50}
    };

    Einmal editiert, zuletzt von Crocky ()

  • So, Habe das Jetzt So :
    new Kaufliste[6][aHaus] = {
    {"Burrito", 0, 0, 482, 10000, 1734.3346,-1745.4077,13.3310, 90.8689, 50},
    {"Bobcat", 0, 0,422, 9500, 1729.0306,-1745.4882,13.3309, 90.8689, 50},
    {"Comet", 0, 0,480, 15000, 1724.0344,-1745.5637,13.3310, 90.8688, 50},
    {"Sultan", 0, 0,560, 27000, 1718.5984,-1745.6508,13.3309, 91.0361,50},
    {"Elegy", 0, 0, 562, 17000, 1711.0331,-1745.6632,13.3307, 88.4237, 50},
    {"Infernus", 0, 0,411, 96800, 1727.0168,-1751.6479,13.3308, 91.2128, 50}
    };
    enum aHaus
    {
    Name[20],
    Autohaus,
    Modelid,
    Carid,
    aPreis,
    Float:CarPos_x,
    Float:CarPos_y,
    Float:CarPos_z,
    Float:CarRotate,
    Tank,
    };
    Aber die Autos Sind nicht da?!
    Hilfe ...