[Ajuda] - Anti Weapon Hack
#10

pawn Код:
new gArmas[]
{
    39, // coloqe os ids das armas..
    6
};


// OnGameModeInit
SetTimer("@AntiCheat", 100, true);



// Final...
forward @AntiCheat(); public @AntiCheat()
{
    for(new i, e = GetMaxPlayers();  i != e; ++i){
        if(IsPlayerConnected(i)){
            for(new w; w != sizeof(gArmas); ++w){
                if(GetPlayerWeapon(i) == gArmas[w]){
                    Kick(i);
                }
            }
        }
    }
}
Reply


Messages In This Thread
[Ajuda] - Anti Weapon Hack - by Luciano* - 06.05.2012, 18:16
Re: [Ajuda] - Anti Weapon Hack - by Don_Speed - 06.05.2012, 18:19
Respuesta: [Ajuda] - Anti Weapon Hack - by Luciano* - 06.05.2012, 18:46
Re: [Ajuda] - Anti Weapon Hack - by zbt - 06.05.2012, 18:50
Respuesta: Re: [Ajuda] - Anti Weapon Hack - by Luciano* - 06.05.2012, 19:03
Re: Respuesta: Re: [Ajuda] - Anti Weapon Hack - by zbt - 06.05.2012, 19:09
Respuesta: [Ajuda] - Anti Weapon Hack - by Luciano* - 08.05.2012, 01:18
Re: [Ajuda] - Anti Weapon Hack - by ViictorDaay- - 08.05.2012, 01:45
Re: [Ajuda] - Anti Weapon Hack - by SPOT_M16 - 08.05.2012, 01:48
Re: [Ajuda] - Anti Weapon Hack - by zSuYaNw - 08.05.2012, 01:52

Forum Jump:


Users browsing this thread: 1 Guest(s)