SA-MP Forums Archive
[AJUDA]Como abrir o portгo eletrфnico pressionando a tecla H? - 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]Como abrir o portгo eletrфnico pressionando a tecla H? (/showthread.php?tid=297428)



[AJUDA]Como abrir o portгo eletrфnico pressionando a tecla H? - LordShadow - 15.11.2011

O tнtulo ja diz tudo. Eu ja tenho o portгo. Funfa normalmente com comando talz... Mais quero saber como funciona tambйm usando a buzina "pressionando H"


Re: [AJUDA]Como abrir o portгo eletrфnico pressionando a tecla H? - Jason_King - 15.11.2011

Sу colocar dentro da public:
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
pawn Код:
if((newkeys == KEY_HORN) && (IsPlayerInAnyVehicle(playerid))) // Butгo "H" e tem que estar dentro do carro.
{
          if (IsPlayerInRangeOfPoint(playerid, raio, X, Y,Z)) // Cordenada da onde o player tem que estar
            {
            // Funзгo
            }
}
Nгo testei, tenta ai.

Espero ter ao menos tentado ajudar!


Re: [AJUDA]Como abrir o portгo eletrфnico pressionando a tecla H? - Lуs - 16.11.2011

Quote:
Originally Posted by Jason_King
Посмотреть сообщение
Sу colocar dentro da public:
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
pawn Код:
if((newkeys == KEY_HORN) && (IsPlayerInAnyVehicle(playerid))) // Butгo "H" e tem que estar dentro do carro.
{
          if (IsPlayerInRangeOfPoint(playerid, raio, X, Y,Z)) // Cordenada da onde o player tem que estar
            {
            // Funзгo
            }
}
Nгo testei, tenta ai.

Espero ter ao menos tentado ajudar!
Mais fбcil ele botar a key pra executar o comando jб que o comando jб estб pronto, assim quem estiver apй tambйm poderб abri-lo normalmente.