Server von 0.3e auf 0.3x

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
  • Gute Abend,


    habe ein Problem den Server von 0.3e auf 0.3x zu machen.



    C:\Users\p\Desktop\Server 0.3x\pawno\include\morphinc.inc(3) : warning 219: local variable "x2" shadows a variable at a preceding levelC:\Users\p\Desktop\Server 0.3x\pawno\include\morphinc.inc(3) : warning 219: local variable "y2" shadows a variable at a preceding levelC:\Users\p\Desktop\Server 0.3x\pawno\include\morphinc.inc(3) : warning 219: local variable "z2" shadows a variable at a preceding levelC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(17158) : error 021: symbol already defined: "strtok"C:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(17173) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18182) : error 017: undefined symbol "M_OnPlayerCommandText"C:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18192) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18341) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18461) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18536) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18594) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18662) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18735) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18748) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18907) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(18969) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19038) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19116) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19126) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19147) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19182) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19190) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19301) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(19361) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(20040) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(20150) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(20169) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(20228) : error 047: array sizes do not match, or destination array is too smallC:\Users\p\Desktop\Server 0.3x\gamemodes\hd.pwn(20309) : 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.

    Auf meinem heißgeliebten Bademantel steht 187 Strassenbande

  • Zitat

    error 021: symbol already defined: "strtok"


    "strtok" ist bereits definiert, lösche das andere aus deinem Script.


    Zitat

    error 047: array sizes do not match, or destination array is too small


    Zitat

    Du hast der Variable bspw durch ein "new variable[10]" eine gewisse Anzahl an Dimensionen gegeben. In diesem Beispiel 10 (variable[0] - variable[9]).
    Nun kannst du aber auch nur diese nutzen.
    Der Fehler tritt auf wenn du also bspw nur 10 Dimensionen erstellst, aber versuchst weitere Dimensionen anzusprechen,
    also du bspw versucht, nun die Variable "variable[200]" zu nutzen.