Beiträge von Maurice.

    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(94) : error 001: expected token: ";", but found "-identifier-"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(364) : error 017: undefined symbol "mysql_query"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(378) : error 017: undefined symbol "mysql_query"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(387) : error 017: undefined symbol "mysql_query"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(415) : error 017: undefined symbol "mysql_query"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(417) : error 017: undefined symbol "mysql_fetch_int"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(477) : error 017: undefined symbol "mysql_query"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(500) : error 017: undefined symbol "mysql_query"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    8 Errors.


    bitte hilfe

    So ich zeige mal die Erros C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(52) : error 017: undefined symbol "C_T_D"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(55) : warning 219: local variable "query" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(57) : error 004: function "mysql_query" is not implemented
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(72) : warning 215: expression has no effect
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(72) : error 001: expected token: ";", but found ")"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(72) : error 029: invalid expression, assumed zero
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(73 -- 74) : error 001: expected token: ")", but found ";"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(75) : error 029: invalid expression, assumed zero
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(75 -- 76) : warning 215: expression has no effect
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(76) : error 001: expected token: ";", but found "else"
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(76) : error 029: invalid expression, assumed zero
    C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(76) : fatal error 107: too many error messages on one line


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



    9 Errors. 
    1. Von Zeile 52 bis 77 C_T_D();
    //mysql_debug(1);

    new query[257];
    format(query,sizeof(query),"CREATE TABLE IF NOT EXISTS 'accounts' ('id' int(11) NOT NULL AUTO_INCREMMENT, 'Name' varchar(24), 'Passwort' varchar(24), 'Level' int(11), 'Admin' int(11), 'Kills' int(11),PRIMARY KEY ('id)) ENGINE-MyISAM DEFAULT CHARSET-latein1;");
    mysql_query(query);

    return 1;
    }


    public OnGameModeExit()
    {
    return 1;
    }


    public OnPlayerRequestClass(playerid, classid)
    {


    if(GetPVarInt(playerid,"logged") == 0)
    {
    mysql_CheckAccount(playerid) == 0)
    (
    ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_PASSWORD,"Register","Wilkommen auf den Server du hast noch keinen Account","Register","Abbrechen");
    )
    else if(mysql_CheckAccount(playerid) == 1)
    (

    Da sind die ganzen Erros drine oder liegt es an den Plugin ?

    HIer mal die Warnings C:\Dokumente und Einstellungen\Test.MAURICE.001\Desktop\Lol\SAMP 0.3x [SERVER NORMALE VERSION]\gamemodes\GetMyLife.pwn(241) : warning 203: symbol is never used: "PlayerInfo"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Warning.

    Und hier mal die Zeile //====== { ENUMS } ======//
    enum PlayerDaten
    {
    pLevel,
    pAdmin,
    pKills
    }
    new PlayerInfo[MAX_PLAYERS][PlayerDaten];

    aber ich checke nicht was daran falsch ist