Brauche hilfe bei errors

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:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(237) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(298) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(312) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(315) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(327) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(330) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(341) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(344) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(356) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(359) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(371) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(374) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(390) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(393) : error 047: array sizes do not match, or destination array is too small
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(817) : error 021: symbol already defined: "strtok"
    C:\GTa an lol (Lasse)\Server\GTARP\gamemodes\login_register017.pwn(832) : error 047: array sizes do not match, or destination array is too small
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    16 Errors.

  • cmd = strtok(cmdtext, idx); Zeile 237


    tmp = strtok(cmdtext, idx); Zeile 298


    tmp = strtok(cmdtext, idx); Zeile 312


    tmp = strtok(cmdtext, idx); Zeile 315


    tmp = strtok(cmdtext, idx); Zeile 327


    tmp = strtok(cmdtext, idx); Zeile 330


    tmp = strtok(cmdtext, idx); Zeile 341


    tmp = strtok(cmdtext, idx); Zeile 344


    tmp = strtok(cmdtext, idx); Zeile 356


    tmp = strtok(cmdtext, idx); Zeile 359


    tmp = strtok(cmdtext, idx); Zeile 371


    tmp = strtok(cmdtext, idx); Zeile 374


    tmp = strtok(cmdtext, idx); Zeile 390


    tmp = strtok(cmdtext, idx); Zeile 393


    { Zeile 817


    return result; Zeile 832