Beiträge von Mitzu

    Hallo leute ich suche nen wanted Befehl das soll so aussehen


    /su [playerid] [Wanteds] [Grund]


    Also das man mehrere Wanteds geben kann anstadt einen nach einander

    Hilfe ich habe versucht auch sowas zu machen es klappt aber habe 16 Warning brauche hilfe


    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(9147) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(9231) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15196) : warning 217: loose indentation
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15200) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15200) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15200) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15200) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15200) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15200) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15201) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15201) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15201) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15201) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15201) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15201) : warning 202: number of arguments does not match definition
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\gamemodes\LoH0.4.pwn(15210) : warning 217: loose indentation
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


    Und wieso Kann ich sie nicht löschen wenn ich untere gemacht habe sie geht nicht weg wenn ich /reasir gemacht aber geht nicht weg HILFE!!!


    if (strcmp(cmdtext, "/asir", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
    sir = CreateObject(18646, 0.00, 0.10, 0.95, 0.00, 0.00, 0.00);
    AttachObjectToPlayer(sir,playerid,0.00, 0.00, 0.95, 0.00, 0.00, 0.00);
    }
    else
    {
    SendClientMessage(playerid,0xFF000000,"Du bist kein Admin!");
    }
    return 1;
    }
    if (strcmp(cmdtext, "/reasir", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
    sir = DestroyObject(18646, 0.00, 0.10, 0.95, 0.00, 0.00, 0.00);
    RemovePlayerAttachedObject(sir,playerid,0.00, 0.00, 0.95, 0.00, 0.00, 0.00);
    }
    else
    {
    SendClientMessage(playerid,0xFF000000,"Du bist kein Admin!");
    }
    return 1;
    }

    Ich möchte ja als einen Filterscript haben und nicht ersetzen also nur Terrors das machen dürfen also LoH wie der Format ist aber bei mir Klappt es nicht

    Ne frage wie kann ichs machen wie bei LoH also so if(PlayerInfo[playerid][pMember] == 20 || PlayerInfo[playerid][pLeader] == 20)


    Bei mir kommen aber immer das
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\filterscripts\Autobombe_GF.pwn(86) : error 017: undefined symbol "PlayerInfo"
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\filterscripts\Autobombe_GF.pwn(86) : warning 215: expression has no effect
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\filterscripts\Autobombe_GF.pwn(86) : error 001: expected token: ";", but found "]"
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\filterscripts\Autobombe_GF.pwn(86) : error 029: invalid expression, assumed zero
    C:\Users\Michael\Desktop\Michis ordner\LoHGM1\LoHGM1\LoHGM\filterscripts\Autobombe_GF.pwn(86) : 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.