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



Key - ThuuGLif3 - 10.10.2013

Bom Dia pessoal, Bom, Queria saber o nome da Key H ( Letra H ), Pago com +REP ao Ajudante.
Abraзos.



Re: Key - .ThePro - 10.10.2013

Код:
newkeys == 262144
Coloque isto no seu game mode para descobrir o ID da tecla se ela possuir.
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    new x, keytexto[150];
    while(x <= 100) SendClientMessage(playerid, 0x33AA33AA, ""), x++;
    format(keytexto, 150, "Vocк Usou a Key de ID %d", newkeys);
    SendClientMessage(playerid, 0x33AA33AA, keytexto);
    return 1;
}
E nгo prometa +REP nos seus tуpicos, poucos irгo te ajudar se fizer isto.


Re: Key - Coe1 - 10.10.2013

https://sampwiki.blast.hk/wiki/Keys

Quote:

KEY_CTRL_BACK




Re: Key - ThuuGLif3 - 10.10.2013

Coe = Reputado, Obrigado HEUEH