Frage bei 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
  • bekomme diese error, kann mir wer weiterhelfen weil ich weiß nicht woran das liegt.


    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(27796) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(27806) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(27925) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(27945) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(27952) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28011) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28849) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28849) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28867) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28867) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28883) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28883) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28899) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28899) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28914) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28914) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28929) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28929) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28944) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28944) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28960) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28960) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28976) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(28976) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(29019) : error 047: array sizes do not match, or destination array is too small
    C:\DOKUME~1\MICHAE~1\Desktop\Freeroam.pwn(29019) : error 047: array sizes do not match, or destination array is too small


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    26 Errors.


    hier zeile 27796


    TBuilder=strtok(templine,idx);


    27806
    TempLapper=strtok(templine,idx);


    27925
    CBuilder=strtok(templine,i);


    27945
    TopRacers[j]=strtok(templine,i);


    27952
    TopLappers[j]=strtok(templine,i);


    28011


    rracenames[rraces]=strtok(templine,idx);


    reicht das?. könnt ihr mir helfen=

    4 Mal editiert, zuletzt von M.Keller ()

  • musst warscheinlich für all die Elemte irgendendwo ein Array angegeben haben und die Zahl die dort ist, ist wohl zu klein


    Habe jetzt keine genaue Idee aber vllt hilft dir das


    beispiel:


    new copcar[1}


    hast aber 2 copcars dann kommen solche errors


    nebenbei:
    Hoffe dir hilft das und mach keine Doppelposts ^^ gibt warnings :D mach einfach ein edit dann kommt das wieder oben in der NEW liste im Forum

    ik bin der vito c: