Beiträge von Siteco

    Hallo nochmal. :DD
    Ich habe jetzt den /stats befehlt gemacht,
    allerdings bekomme ich immer diese Errors, wenn ich sowas in einem Dialog machen?
    Was muss ich da ändern, könnt ihr mir da mal helfen ?


    //--------------/stats-----------------------
    if(strcmp(cmdtext,"/stats",true)==0)
    {


    new string[128];
    new fraktname[64];
    switch(GetPVarInt(playerid,"Fraktion"))
    {
    case 0:{fraktname="Keine";}
    case 1:{fraktname=fraktname1;}
    case 2:{fraktname=fraktname2;}
    case 3:{fraktname=fraktname3;}
    }

    //reihe 1
    format(string,sizeof(string),"[Name: %s]\n[Level: %i]\n[Adminlevel: %i]\n[Fraktion: %s]",SpielerName(playerid),GetPlayerScore(playerid),GetPVarInt(playerid,"Adminlevel"),fraktname);
    ShowPlayerDialog(playerid,DIALOG_STATS,DIALOG_STYLE_MSGBOX,"Stats",string,"Schließen");


    //reihe 2
    return 1;
    }



    diese Errors bekomm ich da:


    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : error 029: invalid expression, assumed zero
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : error 001: expected token: ";", but found ")"
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : error 029: invalid expression, assumed zero
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1869) : 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.


    und das ist die Zeile in denen die ganzen Errors sind:


    ShowPlayerDialog(playerid,DIALOG_STATS,DIALOG_STYLE_MSGBOX,"Stats",string,"Schließen");


    mfg
    Siteco

    jetzt hab ich das wie BE_GO gemacht, allerdings bekomme ich jetzt diese Errors:


    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : error 029: invalid expression, assumed zero
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : error 001: expected token: ";", but found ")"
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : error 029: invalid expression, assumed zero
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : 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.


    das sind die Zeilen:
    if(strcmp(cmdtext,"/Befehle",true)==0)
    {
    ShowPlayerDialog(playerid,msg,DIALOG_STYLE_MSGBOX,"Server Befehle","Hier deine befehle z.b /stats","Weiter","Abbrechen");
    return 1;
    }

    jetzt bekomm ich diesen error:


    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1736) : error 017: undefined symbol "msg"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Error.

    Hallo


    ich bin ziemlich neu im scripten, habe jetzt ein paar befehle erstellt.
    Allerdings möchte ich jetztz noch das man alle befehle im Überblick in einem Dialog sehen kann mit dem befehl "/befehle".


    Wisst ihr wie das geht?


    Danke im Vorraus


    MFG
    Siteco

    Starte mal erst Pawno und damit öffnest du dan das Script.
    Versuchs mal


    danke, das funktioniert.
    Allerdings kommen jetzt diese Errors:


    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : error 029: invalid expression, assumed zero
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : warning 215: expression has no effect
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : error 001: expected token: ";", but found ")"
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : error 029: invalid expression, assumed zero
    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(1557) : 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.


    Und das ist der Befehl:


    if(strcmp(cmdtext,"/stats",true)==0)
    {


    new string[128];
    new fraktname[64];
    switch(GetPVarInt(playerid,"Fraktion"))
    {
    case 0:{fraktname="Keine";}
    case 1:{fraktname="Fraktname 1";}
    }

    //reihe 1
    format(string,sizeof(string),"[Name: %s]\n[Level: %i]\n[Adminlevel: %i]\n[Fraktion: %s]",SpielerName(playerid),GetPlayerScore(playerid),GetPVarInt(playerid,"Adminlevel"),fraktname);


    ShowPlayerDialog(playerid,DIALOG_STATS,DIALOG_STYLE_MSGBOX,"Stats",string,"Schließen",""); //das ist die Zeile 1557.
    //reihe 2
    return 1;
    }
    return 0;

    Ja Hallo liebes Forum,
    ich hab ein problem und zwar bekomme ich immer diesen Error:


    C:\Users\Kevin\Desktop\Spiele\Grand Theft Auto San Andreas\Script\gamemodes\Kevin.pwn(3) : fatal error 100: cannot read from file: "ocmd"


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



    1 Error.


    Der Include ist im Ordner gespeichert also im plawno/includes.


    Kann mir da jemand helfen ?