Fehler beim Compilen

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 leute,
    könntet ihr mir helfen ich habe beim compilen folgende probleme.
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(8093) : warning 219: local variable "carid" shadows a variable at a preceding level
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(8093) : error 001: expected token: ";", but found "-identifier-"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(8093) : warning 215: expression has no effect
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(8134) : warning 219: local variable "carid" shadows a variable at a preceding level
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(8396) : warning 219: local variable "vehicleid" shadows a variable at a preceding level
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(14871) : error 017: undefined symbol "playerid"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(14872) : error 017: undefined symbol "playerid"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(14873) : error 017: undefined symbol "playerid"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(14874) : error 017: undefined symbol "playerid"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(14875) : error 017: undefined symbol "playerid"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(16643) : warning 219: local variable "x" shadows a variable at a preceding level
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(54997) : warning 219: local variable "GangZone" shadows a variable at a preceding level
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(55075) : warning 203: symbol is never used: "nameplus"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(55075) : warning 203: symbol is never used: "server_name"
    C:\Users\Eugen\Desktop\Life Of Sun By ROnNNNY\Life Of Sun By ROnNNNY [VERÖFFENTLICHT]\gamemodes\LoS.pwn(55075) : warning 203: symbol is never used: "server_names"


    Bitte um antwort
    MfG
    Vexus

  • new carid = dtc_AutohausCar[playerid] x1; (8093)


    new carid = dtc_AutohausCar[playerid]; (8134)


    new vehicleid = GetPlayerVehicleID(playerid); (8396)


    RemoveBuildingForPlayer(playerid, 5935, 1120.1563, -1303.4531, 18.5703, 0.25); 14871
    RemoveBuildingForPlayer(playerid, 1440, 1085.7031, -1361.0234, 13.2656, 0.25); 14872
    RemoveBuildingForPlayer(playerid, 1440, 1141.9844, -1346.1094, 13.2656, 0.25); 14873
    RemoveBuildingForPlayer(playerid, 1440, 1148.6797, -1385.1875, 13.2656, 0.25); 14874
    RemoveBuildingForPlayer(playerid, 5737, 1120.1563, -1303.4531, 18.5703, 0.25); 14875


    forEx(sizeof FerrisWheelObjects,x)DestroyObject(FerrisWheelObjects[x]); 16643


    new Float:GangZone[3]; 54997



    55075 leer


    Mfg
    Vexus

  • Zitat

    RemoveBuildingForPlayer(playerid, 5935, 1120.1563, -1303.4531, 18.5703, 0.25);
    RemoveBuildingForPlayer(playerid, 1440, 1085.7031, -1361.0234, 13.2656, 0.25);
    RemoveBuildingForPlayer(playerid, 1440, 1141.9844, -1346.1094, 13.2656, 0.25);
    RemoveBuildingForPlayer(playerid, 1440, 1148.6797, -1385.1875, 13.2656, 0.25);
    RemoveBuildingForPlayer(playerid, 5737, 1120.1563, -1303.4531, 18.5703, 0.25);


    Das kommt unter einen Public wo playerid definiert ist. Am schlausten unter OnPlayerConnect


    Zitat

    error 001: expected token: ";", but found "-identifier-"


    Zeig mal eine bis zwei Zeilen darüber