Jump to content

Question

Posted

salut tuturor. Va rog sa imi spuneti si mie care sunt tastele de la numpad in samp

num 2 = KEY_ANALOG_DOWN

num 4 = KEY_ANALOG_LEFT

num 6 = KEY_ANALOG_RIGHT

num 8 = KEY_ANALOG_UP

Eu vreau sa stiu care sunt Key de la tastele num 1, num 3, num 5, num 7, num 9 si num 0

Astept un raspuns va rog mult

Sa nu imi spuneti ca nu exista ceste taste pentru ca tocmai ai esit d pe un server pe care daca apasai pe tasta num 0 intrai in interior. Aceasta tasta era folosita in loc de "F" sau "Enter" sau chiar comanda "/enter"

6 answers to this question

Recommended Posts

Posted

pune la OnPlayerKeyStateChange

[pawn]    new Keys,ud,lr,string[256];

    GetPlayerKeys(playerid,Keys,ud,lr);

    format(string,sizeof(string), "Ai apasat tasta: %d",Keys)

    SendClientMessage(playerid, 0xFFFFFFFF, string);[/pawn]

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

num 0 = tasta 4

num 1 = tasta 512

num 3 = tasta {nimic}

num 5 = tasta {nimic}

num 7 = tasta {nimic}

num 9 = tasta {nimic}

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.