SA-MP Forums Archive
[Ajuda] HotKey "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] HotKey "H" (/showthread.php?tid=461697)



HotKey "H" - MoonRey - 02.09.2013

Olб, eu to com um problema em uma HotKey, eu to tentando colocar pra quando o Player apertar H, o portгo abrir, mas nгo ta dando certo =/

Codigo que to tentando:
pawn Код:
if(pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5)
{
if(newkeys== 262144)
{
    OnPlayerCommandText(playerid,"/abrircasaadmin");
    return 1;
}
}
Nгo sei se eu coloquei certo, tambem queria que sу fosse o "H" que abrisse esse portгo :3 Sem outras HotKeys juntas.


Re: HotKey "H" - .FuneraL. - 02.09.2013

Veja a lista das Keys disponнveis no SA:MP Aqui!


Respuesta: HotKey "H" - MoonRey - 02.09.2013

Foi a que eu usei... ._. Mas nгo ta indo, alguem pode me ajudar?


Re: HotKey "H" - willttoonn - 02.09.2013

Tenta a KEY_HORN


lб em cima poem: #define KEY_HORN 2

O meu deu isso hoje pra eu fazer 1 portгo que abrisse com a buzina


Respuesta: HotKey "H" - MoonRey - 03.09.2013

Nгo entendi direito, como funciona essa KEY_HORN?


Re: HotKey "H" - willttoonn - 03.09.2013

No topo go GM vocк define:

PHP код:
#define KEY_HORN 2 
na Public OnPlayerKeyStateChange vocк poem:
PHP код:
       if ((newkeys==KEY_HORN)) // Botгo "H" do teclado, by SnOr
{
       
OnPlayerCommandText(playerid,"/abrircasaadmin");
       return 
1;




Respuesta: HotKey "H" - MoonRey - 03.09.2013

Ataaa ehauheuehaueha Valew cara :3