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
  • Hallo,


    wenn ich mein script compile kommt das:




    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(26318) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(26378) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(26431) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(27099) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(27158) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(27839) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(27867) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(27878) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(27938) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28207) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28234) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28264) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28272) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28306) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28314) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28347) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28392) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28455) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28513) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28521) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28556) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28564) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28791) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28845) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(28898) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Hemran\Desktop\pRP v2.0b\gamemodes\larp.pwn(29210) : 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.






    und hier sind die zeilen :


    26318:




    cmd = strtok(cmdtext, idx);



    29210




    tmp = strtok(cmdtext, idx);



    danke

  • Wenn ich schon wieder Klammerfehler lese, gehen mir die Nackenhaare hoch. Ein wenig Englisch sollte man können wenn man Scripten will.


    Zitat

    array sizes do not match, or destination array is too small


    Übersetz das mal und du hast deinen Fehler.