SA-MP Forums Archive
[Ajuda] Anti BH - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Anti BH (/showthread.php?tid=509732)



Anti BH - pedrotvr - 27.04.2014

Fiz meu ANTI BH, ta funcionando perfeitamente, sу tem um problema, quando vocк ta mirando de qlqr arma tipo sniper, ak ai tu aperta shift 2 vezes vc toma o tombo, tentei colocar pra assim mas continua o prolbema:

pawn Код:
if (PRESSED(KEY_HANDBRAKE))
    {
        return 1;
    }
    else if ((newkeys & KEY_JUMP) && !(oldkeys & KEY_JUMP) && !(oldkeys & KEY_JUMP))
    {
        if(!IsPlayerInAnyVehicle(playerid))
        {
            SetTimer("Bunny_Hop", 3000, false);
            BH[playerid] += 1;
            if(BH[playerid] == 2) return UberSlap(playerid);
        }
    }



Re: Anti BH - pedrotvr - 28.04.2014

uppp


Re: Anti BH - Caio_Freeze - 28.04.2014

foi vocк que fez esse aqui tambйm?
https://sampforum.blast.hk/showthread.php?tid=465041


Re: Anti BH - gmstrikker - 28.04.2014

tenta pegar uma funзгo de mirando pra colocar tipo if(mirando) sei lб


Re: Anti BH - pedrotvr - 28.04.2014

Eu tentei
pawn Код:
new targetplayer2 = GetPlayerTargetPlayer(playerid); // Store the ID
    if(targetplayer2){
        return 1;
    }
    else if ((newkeys & KEY_JUMP) && !(oldkeys & KEY_JUMP) && !(oldkeys & KEY_JUMP))
    {
        if(!IsPlayerInAnyVehicle(playerid))
        {
            SetTimer("Bunny_Hop", 3000, false);
            BH[playerid] += 1;
            if(BH[playerid] == 2) return UberSlap(playerid);
        }
    }
Mas ai n pegou tombo nenhum =\
Nem com arma, sem arma, mirando ou n apertando shift =\


Re: Anti BH - pedrotvr - 28.04.2014

alguem ajuda ai isso й importante p mim


Re: Anti BH - Caio_Freeze - 28.04.2014

Sу uma coisa nгo foi vocк quem fez esse fs


Re: Anti BH - gmstrikker - 28.04.2014

Quote:
Originally Posted by Caio_Freeze
Посмотреть сообщение
Sу uma coisa nгo foi vocк quem fez esse fs
Quer um sorvete cara?


Re: Anti BH - Caio_Freeze - 28.04.2014

Quote:
Originally Posted by gmstrikker
Посмотреть сообщение
Quer um sorvete cara?
Й advogado dele agora?


Re: Anti BH - JoaoPedro - 28.04.2014

Й importante pra vocк e nгo para ninguйm daqui. Se realmente importa para vocк, busque a resposta e nгo fique esperando que alguйm responda.