[Ajuda] Animaзгo quando aperta Tecla
#1

Fala ai galera, tudo bem? Eu tenho uma dъvida... Pesquisei no ****** e nгo achei nada a respeito :/ Й o seguinte, Gostaria de saber como faz uma animaзгo funcionar apуs apertar uma tecla, Exemplo. Quando apertar ''J'' fazer a animaзгo de ''Basket'' Isso й possнvel? Se sim, Alguйm me ajuda ai? valeu.
Reply
#2

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
+
https://sampwiki.blast.hk/wiki/ApplyAnimation

O SA-MP nгo dб suporte a todas as teclas.

Beijos!
Reply
#3

Obrigado(A) ,
Reply
#4

Forma que o Castiel ensinou,
Mais aqui vai um exemplo.
Quote:

public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)
{
if(newkeys & SUA TECLA)
{
ApplyAnimation(playerid, "PED", "SUA ANIMAЗГO", 4.1, 1, 1, 1, 1, 1, 1);
}
return 1;
}

Reply
#5

Isso tambem pode lhe ajudar

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


Forum Jump:


Users browsing this thread: 1 Guest(s)