26 Error = kein Klammerfehler

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
  • Hallo liebe Breadfisher und Scripter.
    Ich wollte mir gerade ein Script anschauen, aus dem Englischen Breadfish, und vlt Editieren.
    Aber zum Anschauen brauche ich erstmal die .amx .
    Die er mir leider nicht gibt, da 26 Error drinne sind.
    Ich denk aber nicht dass dies Klammerfehler sind....
    in Zeile 7 zeigt er mir den Error an, das dies Bereits defined ist.
    Aber in der Zeile ist eine Include drinne ..
    #include <morphinc>


    hier der Code.


    C:\Users\cRcKdwN\Desktop\PRRP\pawno\include\strtok.inc(7) : error 021: symbol already defined: "strtok"
    C:\Users\cRcKdwN\Desktop\PRRP\pawno\include\strtok.inc(22) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(26671) : error 021: symbol already defined: "strtok"
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(26686) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(30018) : warning 219: local variable "idcar" shadows a variable at a preceding level
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(31838) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(31880) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(31935) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(32292) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(32684) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(33743) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(33939) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(36069) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(50080) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(64692) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(64794) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(64964) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(65200) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(65402) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(66019) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(66776) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(67005) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(67260) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(67478) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(67624) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(67889) : error 047: array sizes do not match, or destination array is too small
    C:\Users\cRcKdwN\Desktop\PRRP\gamemodes\PRRP.pwn(67931) : error 047: array sizes do not match, or destination array is too small


    //edit : text

  • Vielleicht lädst du den Include erneut herunter?! Oder habe ich das falsch verstanden?


    Ach, bin ich ein Depp ey, Sorrej, hät ich eigentlich Selber drauf kommen können .. ^^

  • Der Fehler ist in der Include lese doch mal deine Fehler richtig!


    strtok.inc in der ist strtok doppelt definiert...


    Der Pfad der Datei wo der Fehler ist steht immer davor...