4 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
  • Guten Tag, beim Compilen spuckt Pawno 4 Errors raus und ich weiß ehrlich gesagt nicht was da jetzt sein kann, ich hoffe darauf das mir jemand hier helfen kann.. Ich freue mich über jede Antwort ..


    C:\\lo.pwn(13634) : error 012: invalid function call, not a valid address
    C:\\lo.pwn(13634) : error 001: expected token: ";", but found ")"
    C:\\lo.pwn(13634) : error 029: invalid expression, assumed zero
    C:\\lo.pwn(13634) : 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.


    Zeile 13634:
    cmd = strtok(cmdtext, idx);

    Einmal editiert, zuletzt von D4rKk!lL34 ()

  • Hast du strtok definiert? Ansonsten vllt mal "cmd" in "cmdtext" umschreiben.

  • C:\Users\Desktop\lo.pwn(13634) : error 046: unknown array size (variable "cmdtext")
    C:\Users\Desktop\lo.pwn(13634) : error 012: invalid function call, not a valid address
    C:\Users\Desktop\lo.pwn(13634) : warning 215: expression has no effect
    C:\Users\Desktop\lo.pwn(13634) : warning 215: expression has no effect
    C:\Users\Desktop\lo.pwn(13634) : error 001: expected token: ";", but found ")"
    C:\Users\Desktop\lo.pwn(13634) : fatal error 107: too many error messages on one line


    strtok ist definiert .. sonst niemand eine Idee? Liebe grüße