errors und warnings

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,


    ich bekomme diese Error + warnings seid dem ich den neuen streamer von incognized benutze:
    C:\Dokumente und Einstellungen\Lars\Desktop\sampserver\pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Lars\Desktop\sampserver\pawno\include\dutils.inc(132) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Lars\Desktop\sampserver\pawno\include\dutils.inc(172) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Lars\Desktop\sampserver\pawno\include\dutils.inc(280) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Lars\Desktop\sampserver\pawno\include\dutils.inc(337) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Lars\Desktop\sampserver\pawno\include\dutils.inc(379) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(26664) : warning 219: local variable "mod" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(31342) : error 047: array sizes do not match, or destination array is too small
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Error.


    Die zeilen:
    31342: tmp2 = strtok(cmdtext, idx);
    26666:new mod = 100;

  • auf einmal bekomme ich diese errors:


    edit: habe ma oben gemacht: new strtok;


    nun diese errors bzw. warnings: C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(22657) : error 012: invalid function call, not a valid address
    C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(22657) : warning 215: expression has no effect
    C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(22657) : warning 215: expression has no effect
    C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(22657) : error 001: expected token: ";", but found ")"
    C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(22657) : error 029: invalid expression, assumed zero
    C:\Dokumente und Einstellungen\Lars\Desktop\hihih\gamemodes\YVL.pwn(22657) : fatal error 107: too many error messages on one line


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



    4 Errors.