GM startet nich ...

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
  • Tag neues Problem :D
    Also das Script bekommt keine Errors nur Warnings
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(2673) : warning 204: symbol is assigned a value that is never used: "string2"
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(2673 -- 2927) : warning 209: function "FB_OnPlayerConnect" should return a value
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(5441) : warning 219: local variable "motd" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(6740) : warning 204: symbol is assigned a value that is never used: "tmpcar"
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7645) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7645) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7645) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7658) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7659) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7660) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(8139) : warning 202: number of arguments does not match definition
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(8131) : warning 204: symbol is assigned a value that is never used: "string"
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(8910) : warning 225: unreachable code
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(20854) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(27343) : warning 219: local variable "string1" shadows a variable at a preceding level
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    15 Warnings.
    Aber der Server startet nich ... woran kann es liegen ?^^

  • Wtf


    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(2673) : warning 204: symbol is assigned a value that is never used: "string2"


    public IsATruck(carid)
    {
    if(carid >= 94 && carid <= 94 || carid >= 95 && carid < 96 || carid >= 96 && carid < 96)
    {// zeile 2673
    return 1;
    }
    return 0;
    }

    Was zum ? :O

  • So, Warnings soweit wie möglich gelöst nun hänge ich fest :D
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(2941) : warning 209: function "FB_OnPlayerConnect" should return a value
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7643) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7643) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7643) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7656) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7657) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(7658) : warning 213: tag mismatch
    C:\Dokumente und Einstellungen\Fire_BnX\Desktop\samp 3c\gamemodes\backup-patee.pwn(8136) : warning 202: number of arguments does not match definition
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    8 Warnings.


    Zu Warning 1
    Ich hab nie im Script FB_OnPlayerConnect ...
    Zeile 7643
    distance = floatsqroot(floatpower(floatabs(floatsub(x,SavePlayerPos[i][LastX])),2)+floatpower(floatabs(floatsub(y,SavePlayerPos[i][LastY])),2)+floatpower(floatabs(floatsub(z,SavePlayerPos[i][LastZ])),2));
    Zeile 7656/7/8
    SavePlayerPos[i][LastX] = x;
    SavePlayerPos[i][LastY] = y;
    SavePlayerPos[i][LastZ] = z;


    Und zeile 8136
    ShowPlayerDialog(playerid, 7, DIALOG_STYLE_MSGBOX, "Stats", dialog[5], "Ok");


    //edit ein warning gelöst


    //e² noch ein warning ist verschwunden :D

    2 Mal editiert, zuletzt von DopeFire ()