[Ajuda] Key
#2

Код:
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.
Reply


Messages In This Thread
Key - by ThuuGLif3 - 10.10.2013, 12:52
Re: Key - by .ThePro - 10.10.2013, 13:00
Re: Key - by Coe1 - 10.10.2013, 13:13
Re: Key - by ThuuGLif3 - 10.10.2013, 13:14

Forum Jump:


Users browsing this thread: 2 Guest(s)