Brauche 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
  • Wollte die .pwn datei ändenr und halt in .amx umwandeln und denn kommt sowas hier:


    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(2260) : warning 209: function "PnP_OnPlayerConnect" should return a value
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(10046) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(10046) : error 033: array must be indexed (variable "cmd")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(10946) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(10946) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(10985) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(10985) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11027) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11027) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11035) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11035) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11110) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11110) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11441) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11441) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11474) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11474) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11630) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11630) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11653) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11653) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11775) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(11775) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(12741) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(12741) : error 033: array must be indexed (variable "tmp")
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(12794) : error 017: undefined symbol "strtok"
    C:\Programme\Rockstar Games\GTA San Andreas\gamemodes\LoPRL.pwn(12794) : error 033: array must be indexed (variable "tmp")


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



    26 Errors.



    Kann mir jemand helfen? Bitte?



    Gruß SnoozedarkNumberOne!

  • Alter Schwede, hatten wir das nicht bereits?!


    Zitat

    Benutze eine aussagekräftige Überschrift, welche den Inhalt deines Beitrages beschreibt. Verwende keine permanente Großschrift oder spezielle Zeichen, um auf sich aufmerksam zu machen. Großschrift wird von vielen als SCHREIEN angesehen. (z.B. ICH BRAUCHE DRINGEND HILFE !!!!).

    Habe mich grade entschlossen, dir deßhalb nicht zu helfen. Versuchs mal erneut mit aussagekräftigerer Überschrift und Fragestellung


    Sei bereit für das ULTIMATIVE IV:MP-Erlebnis ! Klick Dich rein und starte Dein "2. reales leben"


  • Dieser Fehlercode

    Code
    error 017: undefined symbol "strtok"


    sagt doch aus, das es nicht definiert ist.
    Füge ganz unten in deiner Gamemode folgendes ein