Errors Hilfe

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
  • C:\Users\Lukas\Desktop\Eigener Script\gamemodes\Test.pwn(19) : error 017: undefined symbol "pB"
    C:\Users\Lukas\Desktop\Eigener Script\gamemodes\Test.pwn(19) : error 009: invalid array size (negative, zero or out of bounds)


    new Koffer[MAX_PLAYERS][pB];


    was muss ich machen wenn möglich könnt ihr es mir machen?

  • enum pB
    {
    Typ,
    Inhalt1,
    Inhalt2,
    Inhalt3,
    Inhalt4,
    Inhalt5,
    Inhalt6,
    Inhalt7,
    Inhalt8,
    Inhalt9,
    Ammo1,
    Ammo2,
    Ammo3,
    Ammo4,
    Ammo5,
    Ammo6,
    Ammo7,
    Ammo8,
    Ammo9,
    Geld,
    };



    meinst du das ?

  • Genau das meinte Ich.


    Der Code den du gepostet hast,hat schon 23 Zeilen.In der Fehlerlog von dir sagt er aber, dass in Zeile 19 ein Fehler ist. Da meinst du,steht aber
    new Koffer[MAX_PLAYERS][pB];
    Da stimmt wohl was nicht,oder :P ?


    Sieht so aus als hättest du vergessen vorher die SA:MP Includes einzufügen:
    #include <a_samp>


    enum pB
    {
    Typ,
    Inhalt1,
    Inhalt2,
    Inhalt3,
    Inhalt4,
    Inhalt5,
    Inhalt6,
    Inhalt7,
    Inhalt8,
    Inhalt9,
    Ammo1,
    Ammo2,
    Ammo3,
    Ammo4,
    Ammo5,
    Ammo6,
    Ammo7,
    Ammo8,
    Ammo9,
    Geld,
    };
    new Koffer[MAX_PLAYERS][pB];


    Denn mit dem enum + der Variable ist nichts falsch.

  • //~~~~~~~~~~~~~~~~~Includes~~~~~~~~~~~~~~~~~//
    #include <a_samp>
    #include <dini>
    #include <utils>
    //~~~~~~~~~~~~~~~~~Defineds~~~~~~~~~~~~~~~~~//
    #define COLOR_BLAU 0x33CCFFAA
    #define COLOR_GRAU 0xB4B5B7FF
    #define Firma 1239.2789,-950.5784,42.6852
    //~~~~~~~~~~~~~~~~~Forwards~~~~~~~~~~~~~~~~~//
    forward AutoNaricht();
    forward Save();
    forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);
    //~~~~~~~~~~~~~~~~~~~new~~~~~~~~~~~~~~~~~~~~//
    new presidentenenter;
    new presidentenexit;
    new oamtenter;
    new oamtexit;
    new endlostimer;
    new Koffer[MAX_PLAYERS][pB];


    enum pB
    {
    Typ,
    Inhalt1,
    Inhalt2,
    Inhalt3,
    Inhalt4,
    Inhalt5,
    Inhalt6,
    Inhalt7,
    Inhalt8,
    Inhalt9,
    Ammo1,
    Ammo2,
    Ammo3,
    Ammo4,
    Ammo5,
    Ammo6,
    Ammo7,
    Ammo8,
    Ammo9,
    Geld,
    };


    aber trotzdem kommen 2 fehlermedungen ?

  • Ich bin ganz neu im bereich vom scripten ich weiß doch garnicht wie ich das definiere könntest du mir das vllt. machen bitte?

  • Oh man,was kann man denn daran nicht verstehen.Erst muss pB definiert werden, danach kannst du es erst verwenden.


    //~~~~~~~~~~~~~~~~~Includes~~~~~~~~~~~~~~~~~//
    #include <a_samp>
    #include <dini>
    #include <utils>
    //~~~~~~~~~~~~~~~~~Defineds~~~~~~~~~~~~~~~~~//
    #define COLOR_BLAU 0x33CCFFAA
    #define COLOR_GRAU 0xB4B5B7FF
    #define Firma 1239.2789,-950.5784,42.6852
    //~~~~~~~~~~~~~~~~~Forwards~~~~~~~~~~~~~~~~~//
    forward AutoNaricht();
    forward Save();
    forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);
    //~~~~~~~~~~~~~~~~~~~new~~~~~~~~~~~~~~~~~~~~//
    new presidentenenter;
    new presidentenexit;
    new oamtenter;
    new oamtexit;
    new endlostimer;
    enum pB
    {
    Typ,
    Inhalt1,
    Inhalt2,
    Inhalt3,
    Inhalt4,
    Inhalt5,
    Inhalt6,
    Inhalt7,
    Inhalt8,
    Inhalt9,
    Ammo1,
    Ammo2,
    Ammo3,
    Ammo4,
    Ammo5,
    Ammo6,
    Ammo7,
    Ammo8,
    Ammo9,
    Geld,
    };
    new Koffer[MAX_PLAYERS][pB];

  • Also ich schalte den Server an und er bleibt auch an dann geh ich ins Game und warte auf login aber er kommt nicht und es steht da the server is restarting und der server geht einfach so aus?

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen