Login System Help

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
  • Hi Leute habe ein ziemliches Problem ... ich wollte mir ein Login System Scripten aber ich bekomme diese Errors
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(568) : error 017: undefined symbol "cmdtext"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(569) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(571) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(572) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(573) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(574) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(576) : error 017: undefined symbol "cmdtext"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(577) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(578) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(579) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(580) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(581) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(583) : error 017: undefined symbol "cmdtext"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(584) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(585) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(586) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(587) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(588) : error 017: undefined symbol "playerid"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(607) : warning 225: unreachable code
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(607) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(609) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(1044) : error 021: symbol already defined: "OnPlayerUpdate"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(1073) : warning 203: symbol is never used: "Skins"


    Der Script ist hier
    http://pastebin.com/NCEQA7Yg
    übrigens den mysql include nicht beachten war nur ein voriger test
    hoffentlich könnt ihr mir helfen :thumbup:

  • okey aber wenn ich das gemacht habe bekomme ich diese errors
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(431) : error 017: undefined symbol "strtok"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(431) : error 033: array must be indexed (variable "cmd")
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(442) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(444) : error 017: undefined symbol "strtok"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(444) : error 033: array must be indexed (variable "tmp")
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(448) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(454) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(459) : error 017: undefined symbol "strtok"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(459) : error 033: array must be indexed (variable "tmp")
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(463) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(468) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(480) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(493) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(508) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(522) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(536) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(550) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(560) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(563) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(571) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(578) : error 079: inconsistent return types (array & non-array)
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(590) : warning 217: loose indentation
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(590) : error 017: undefined symbol "strtok"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(590) : error 029: invalid expression, assumed zero
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(590) : error 017: undefined symbol "string"
    C:\Users\Sebbi\Desktop\Pawno\gamemodes\speichern.pwn(590) : fatal error 107: too many error messages on one line