26 errors [26x derselbe Error]

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\syntexx\Desktop\Script\gamemodes\SGR.pwn(22691) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22696) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22701) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22710) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22734) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22755) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22757) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22797) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22859) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22882) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22884) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22904) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22906) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22913) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22918) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22923) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22934) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22940) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22958) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22970) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22980) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22986) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22992) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(22998) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(23004) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\SGR.pwn(23010) : error 079: inconsistent return types (array & non-array)


    Zeilen 22998 - 23010



    return 1;
    }
    tmp = strtok(cmdtext,idx);
    if(!strlen(tmp))
    {
    SendClientMessage(playerid,COLOR_WHITE," /knast [knastid 1-3] [playerid] [zeit(in Minuten)] [grund]");
    return 1;
    }
    new zeit = strval(tmp);
    if(zeit < 1 || zeit > 120)
    {
    SendClientMessage(playerid,COLOR_WHITE," Zeit nur zwischen 1 und 120 Minuten!");
    return 1;
    }




    Pawn Quelltext:


    return 1; } tmp = strtok(cmdtext,idx); if(!strlen(tmp)) { SendClientMessage(playerid,COLOR_WHITE," /knast [knastid 1-3] [playerid] [zeit(in Minuten)] [grund]"); return 1; } new zeit = strval(tmp); if(zeit < 1 || zeit > 120) { SendClientMessage(playerid,COLOR_WHITE," Zeit nur zwischen 1 und 120 Minuten!"); return 1; }

  • 26 ist die maximale Anzahl an Errors, es könnte ein Klammerfehler sein oder 26 Zeilen error.