Anti mingun hack
#6

this is my old one
pawn Код:
new weapon2,ammo2;
    new minimsg[MAX_STRING];
    new cheater[MAX_PLAYER_NAME];
for (new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) && playerisnotadmin) // <-- enter admin var here
        {
            GetPlayerWeaponData(i,7,weapon2,ammo2);
            if(weapon2 == 38 && ammo2 !=0 )  //minigun
            {
                    GetPlayerName(i,cheater,sizeof(cheater));
                    OwnPlayer(i); // custom function
                format(minimsg,sizeof(minimsg),"AUTO-OWN:%s was owned for cheating",cheater);
                SendClientMessageToAll(COLOR_YELLOW,minimsg);
            }
             }
Reply


Messages In This Thread
Anti mingun hack - by surya267 - 27.04.2015, 10:14
Re: Anti mingun hack - by Rockyyy - 27.04.2015, 11:14
Re: Anti mingun hack - by surya267 - 27.04.2015, 12:50
Re: Anti mingun hack - by Karan007 - 27.04.2015, 14:43
Re: Anti mingun hack - by Devon007 - 28.04.2015, 07:18
Re: Anti mingun hack - by (SF)Noobanatior - 28.04.2015, 07:41
Re: Anti mingun hack - by fuckingcruse - 28.04.2015, 07:44
Re: Anti mingun hack - by Tamer - 28.04.2015, 09:29

Forum Jump:


Users browsing this thread: 1 Guest(s)