5 Errors und 4 in eine zeile

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 ich habe 5 errors im script die ich nicht weg kriege davon 4 in einer zeile


    Errors:


    C:\Users\rolf\Desktop\GTA SAMP script\pawno\include\M_Bot.inc(165) : error 017: undefined symbol "IsAnAdmin"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(4750) : error 017: undefined symbol "supmobil"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(4750) : warning 215: expression has no effect
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(4750) : error 001: expected token: ";", but found "]"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(4750) : error 029: invalid expression, assumed zero
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(4750) : 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.


    Zeilen


    Zeile 4750: if(supmobil[playerid] != 0) DestroyVehicle(supmobil[playerid]);
    Zeile 165 : {1828.318,-1938.465,2071.699,-1760.817,1958.6156,-1853.2424,4.3392},//Tanke

  • @ Mostey sobal ich





    new supmobil[MAX_PLAYERS];


    einfüge kommt das


    C:\Users\rolf\Desktop\GTA SAMP script\pawno\include\M_Bot.inc(165) : error 017: undefined symbol "IsAnAdmin"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(6174) : warning 225: unreachable code
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(8566) : error 017: undefined symbol "CrimInRange"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(10468) : error 017: undefined symbol "AtATM"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(12138) : error 017: undefined symbol "FixHour"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(13201) : error 017: undefined symbol "FixHour"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(17528) : error 017: undefined symbol "FixHour"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(18254) : error 017: undefined symbol "Time"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(18256) : error 017: undefined symbol "Time"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19187) : error 017: undefined symbol "strtok"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19187) : error 033: array must be indexed (variable "cmd")
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19381) : error 017: undefined symbol "FactionCars"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19381) : error 029: invalid expression, assumed zero
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19382) : error 017: undefined symbol "FactionCars"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19382) : warning 215: expression has no effect
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19382) : error 001: expected token: ";", but found "]"
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19382) : error 029: invalid expression, assumed zero
    C:\Users\rolf\Desktop\GTA SAMP script\gamemodes\GNE.pwn(19382) : fatal error 107: too many error messages on one line


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



    16 Errors.

  • Benutzt du noch irgendwo anders innerhalb einer Funktion die Variable "supmobil"?


    Kann natürlich sein dass es einen Konflikt mit der globalen Variable gibt.


    Deklariere mal zum Test eine Variable die du "supmobil2[MAX_PLAYERS]" nennst und dann dementsprechend in deinem Stock die Variable auf "supmobil2[playerid]" anpasst.