[AJUDA]anti-Weapon-hack
#10

Isto deve resolver o seu problema .


Apenas troque a public e a forward do seu cуdigo por estas :


pawn Код:
AntiCheatUpdate();
public AntiCheatUpdate()
{
    new slot = GetMaxPlayers();
    while(slot--)
    {
        if(IsPlayerConnected(slot) && !IsPlayerAdmin(slot))
        {
            new pName[MAX_PLAYER_NAME];
            new ArmaNome[17];
            GetPlayerName(slot, pName, sizeof(pName));
            switch(GetPlayerWeapon(slot))
            {
                case 35: ArmaNome = #Rocket Launcher;
                case 36: ArmaNome = #Bazuca;
                case 37: ArmaNome = #Lanзa Chamas;
                case 38: ArmaNome = #Minigun;
                case 39: ArmaNome = #Satchel Charge;
                case 40: ArmaNome = #Detonador;
                case 44: ArmaNome = #Visгo Noturna;
                case 45: ArmaNome = #Visгo Termal;
                case 18: ArmaNome = #Molotov Cocktail;
                case 17: ArmaNome = #Bomba de Gбs;
                default: goto stop;
            }
            format(stringx,128,"{FF0000}[ANTI-CHEAT]: %s Foi kickado pelo administrador BOT [motivo: Arma Proibida: %s ]",pName,ArmaNome);
            SendClientMessageToAll(0xFF0000AA,stringx);
            Kick(slot);
            stop:
        }
    }
    return true;
}


Espero ter ajudado .
Reply


Messages In This Thread
[AJUDA]anti-Weapon-hack - by Victor_Souz4 - 18.11.2011, 12:06
Re: [AJUDA]anti-Weapon-hack - by Bruno[]Lima - 18.11.2011, 12:17
Re: [AJUDA]anti-Weapon-hack - by Victor_Souz4 - 18.11.2011, 12:20
Re: [AJUDA]anti-Weapon-hack - by Victor_Souz4 - 22.11.2011, 12:12
Re: [AJUDA]anti-Weapon-hack - by Cristhian - 22.11.2011, 12:34
Re: [AJUDA]anti-Weapon-hack - by Victor_Souz4 - 22.11.2011, 15:40
Re: [AJUDA]anti-Weapon-hack - by Lуs - 22.11.2011, 15:49
Re: [AJUDA]anti-Weapon-hack - by Pharrel - 22.11.2011, 15:53
Re: [AJUDA]anti-Weapon-hack - by Victor_Souz4 - 23.11.2011, 11:30
Re: [AJUDA]anti-Weapon-hack - by rjjj - 23.11.2011, 12:03

Forum Jump:


Users browsing this thread: 1 Guest(s)