Beiträge von iTz_Flo

    Hallo ich habe ein das Autohaussystem von MrMonat gemacht aber ich bekomm Errors und weiß nicht was ich falsch gemacht habe.



    error 017: undefined symbol "SSCANF_OnPlayerConnect"
    warning 213: tag mismatch
    warning 213: tag mismatch
    warning 213: tag mismatch
    warning 213: tag mismatch
    warning 213: tag mismatch
    warning 213: tag mismatch
    error 029: invalid expression, assumed zero
    warning 215: expression has no effect
    warning 215: expression has no effect
    warning 215: expression has no effect
    warning 215: expression has no effect
    warning 215: expression has no effect
    error 001: expected token: ";", but found ")"
    error 029: invalid expression, assumed zero
    fatal error 107: too many error messages on one line

    Hallo ich habe einen MySQL Error beim Connecten.



    [13:31:11] [ERROR] CMySQLQuery::Execute[OnUserCheck(i)] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=='iTz_Flo'' at line 1

    kann mir jemand helfen? ;(

    C:\Users\iTz_Flo\Desktop\Test\Test\pawno\include\streamer.inc(297) : warning 202: number of arguments does not match definition
    C:\Users\iTz_Flo\Desktop\Test\Test\pawno\include\streamer.inc(304) : error 025: function heading differs from prototype
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Error.



    297: SetObjectMaterial(wand, 0, 11471, "des_wtownmain", "des_shingles", 0);


    304: CreateObject(1502, -87.11, -1560.02, 2.32, 0.00, 0.00, 44.46);






    kann mir jemand helfen? :D

    Nach dem er sich registriert hat lässt lässt du ihn freezen und arbeitest mit
    SetPlayerCameraPos(playerid, ...);
    SetPlayerCameraLookAt(playerid, ...);
    SendClientMessage(


    Wenn du die Kamerapositionen ändern möchtest + Info Text. Was für eines möchtest du denn machen!?

    Danke :D ich will so eins machen wo sich dann die Kamera immer so dreht

    new pname[MAX_PLAYERS],accFormat[128];
    GetPlayerName(playerid,pname,sizeof pname);
    format(accFormat,sizeof(accFormat),"%s.datei",pname);
    if(fexist(accFormat))
    {
    ShowPlayerDialog(playerid,Dialog_Login,DIALOG_STYLE_PASSWORD,"Login","Bitte logge dich ein","Abbrechen","Weiter");
    }
    else
    {
    ShowPlayerDialog(playerid,Dialog_Reg,DIALOG_STYLE_INPUT,"Registrieren","Bitte Registriere dich","Abbrechen","Weiter");
    }

    Hi Leute :D ich habe Errors bei meinem Register/Login System und ich versteh nicht warum


    C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : error 029: invalid expression, assumed zeroC:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : warning 215: expression has no effectC:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : warning 215: expression has no effectC:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : warning 215: expression has no effectC:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : warning 215: expression has no effectC:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : warning 215: expression has no effectC:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : error 001: expected token: ";", but found ")"C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : error 029: invalid expression, assumed zeroC:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\Wanted Reallife\gamemodes\Untitled.pwn(120) : fatal error 107: too many error messages on one line
    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


    4 Errors.





    ShowPlayerDialog(playerid,Dialog_Login,DIALOG_STYLE_PASSWORD,"Login","Bitte logge dich ein","Abbrechen","Weiter");