Compilieren 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
  • Hallo wie behebe ich diese Error/Warnings?:



    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(58882) : warning 208: function with tag result used before definition, forcing reparse
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(348) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(349) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(350) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(351) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(352) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(353) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(354) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(2246) : error 020: invalid symbol name ""
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3496) : warning 219: local variable "pID" shadows a variable at a preceding level
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3509) : warning 203: symbol is never used: "playerid"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(8237) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10405) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10405) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10405) : error 017: undefined symbol "interior"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10405) : fatal error 107: too many error messages on one line


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

  • new Mara18tor[3];


    CreatePickup(1220,1,Mara18matsbank,Mara18world,0);

    Jetzt Kommen Diese Errors/Warnings:


    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(58882) : warning 208: function with tag result used before definition, forcing reparse
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(348) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(349) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(350) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(351) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(352) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(353) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(354) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3496) : warning 219: local variable "pID" shadows a variable at a preceding level
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3509) : warning 203: symbol is never used: "playerid"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(8237) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10405) : error 017: undefined symbol "Mara18matsbank"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10410) : error 017: undefined symbol "terrormatsbank"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10501) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10501) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10501) : error 017: undefined symbol "interior"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10501) : fatal error 107: too many error messages on one line


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



    6 Errors.

  • Ins Script.
    Mach es zu den anderen news

    Jetzt Das:


    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(58884) : warning 208: function with tag result used before definition, forcing reparse
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(350) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(351) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(352) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(353) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(354) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(355) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(356) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3498) : warning 219: local variable "pID" shadows a variable at a preceding level
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3511) : warning 203: symbol is never used: "playerid"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(8239) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10407) : error 017: undefined symbol "Mara18world"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10412) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10412) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10503) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10503) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10503) : error 017: undefined symbol "interior"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10503) : fatal error 107: too many error messages on one line


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



    5 Errors.

  • C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(58886) : warning 208: function with tag result used before definition, forcing reparse
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(352) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(353) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(354) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(355) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(356) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(357) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(358) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3500) : warning 219: local variable "pID" shadows a variable at a preceding level
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3513) : warning 203: symbol is never used: "playerid"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(8241) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10409) : error 017: undefined symbol "Mara18world"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10414) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10414) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10505) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10505) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10505) : warning 215: expression has no effect
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10505) : error 001: expected token: ";", but found "-integer value-"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10505) : fatal error 107: too many error messages on one line


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



    5 Errors.


    10409: CreatePickup(1220,1,Mara18matsbank,Mara18world,0);
    10505: Mara 18tor[2]= CreateDynamicObject(1508, 1089.5852050781, -1213.2485351563, 18.470319747925, 0, 0, 90);

  • Mara18tor[2]= CreateDynamicObject(1508, 1089.5852050781, -1213.2485351563, 18.470319747925, 0, 0, 90);


    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(58886) : warning 208: function with tag result used before definition, forcing reparse
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(352) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(353) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(354) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(355) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(356) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(357) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(358) : warning 201: redefinition of constant/macro (symbol "Mara")
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3500) : warning 219: local variable "pID" shadows a variable at a preceding level
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(3513) : warning 203: symbol is never used: "playerid"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(8241) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10409) : error 017: undefined symbol "Mara18world"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10414) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10414) : warning 202: number of arguments does not match definition
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10518) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10518) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10518) : warning 215: expression has no effect
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10518) : error 001: expected token: ";", but found "-integer value-"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(10518) : fatal error 107: too many error messages on one line


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


    10409: CreatePickup(1220,1,Mara18matsbank,Mara18world,0);
    10518: Mara 18tor[0]= CreateDynamicObject(994,1072.95642090,-1210.69641113,15.91480923,0.00000000,350.00000000,90.00000000); //object(lhouse_barrier2) (1)

  • Zitat

    Mara 18tor[0]= CreateDynamicObject(994,1072.95642090,-1210.69641113,15.91480923,0.00000000,350.00000000,90.00000000);


    Du hast das so da stehen. Ich hab dir das so geschickt.
    Mara18tor[0]= CreateDynamicObject(994,1072.95642090,-1210.69641113,15.91480923,0.00000000,350.00000000,90.00000000);

    Zitat

    error 017: undefined symbol "Mara18world"


    new Mara18World;

  • 14451: SetPlayerPos(playerid,terrorspawn);
    19943: SetPlayerPos(playerid,terrorenter);
    20271: else if(IsPlayerInRangeOfPoint(playerid,1,terrorenter))//Terroreingang
    57538: case 15: {result=Auftragsmörderkz;}


    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(14451) : error 017: undefined symbol "terrorspawn"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(19943) : error 017: undefined symbol "terrorenter"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(20271) : error 017: undefined symbol "terrorenter"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(57538) : error 017: undefined symbol "Auftragsm"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(57538) : error 029: invalid expression, assumed zero
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(57538) : error 017: undefined symbol "rderkz"
    C:\Users\p\Desktop\GF Edit Script!\gamemodes\MrM---MrMonatReallife.pwn(57538) : fatal error 107: too many error messages on one line


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