Errors 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
  • Bekomme die Errors:



    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(11883) : warning 219: local variable "mod" shadows a variable at a preceding level
    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(11913) : warning 219: local variable "mod" shadows a variable at a preceding level
    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(11943) : warning 219: local variable "mod" shadows a variable at a preceding level
    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(15829) : error 021: symbol already defined: "strtok"
    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(15844) : error 047: array sizes do not match, or destination array is too small
    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(17544) : error 021: symbol already defined: "isNumeric"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    3 Errors.


    Zeilen:


    11883:

    new mod = GetVehicleModel(GetPlayerVehicleID(playerid));




    11913:


    new mod = GetVehicleModel(GetPlayerVehicleID(playerid));



    11943:

    new mod = GetVehicleModel(GetPlayerVehicleID(playerid));




    15829:

    strtok(const string[], &index)
    {




    15844:

    return result;



    17544:

    stock isNumeric(const string[]) {

  • J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(11883) : warning 219: local variable "mod" shadows a variable at a preceding level
    Zeile 11883 entfernen


    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(11913) : warning 219: local variable "mod" shadows a variable at a preceding level
    Zeile 11913 entfernen


    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(11943) : warning 219: local variable "mod" shadows a variable at a preceding level
    Zeile 11943 entfernen


    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(15829) : error 021: symbol already defined: "strtok"
    Strtok existiert im Script oder in einer Include bereits, also entferne strtok 1x im Script


    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(15844) : error 047: array sizes do not match, or destination array is too small
    Ka ^^


    J:\Samp Scripts\Löwecadii Selfmade Script\gamemodes\LDL.pwn(17544) : error 021: symbol already defined: "isNumeric"
    Siehe Strtok