SA-MP Forums Archive
[Ajuda] animacao conversar no onplayertext - 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] animacao conversar no onplayertext (/showthread.php?tid=378372)



animacao conversar no onplayertext - Gleisson_. - 17.09.2012

Bom, eu criei a animaзгo, mais queria fazer com que, quando ele usava o Chat, nгo congelava ele
Animaзгo:
pawn Код:
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 0);
Quando ele fala, ele fica congelado ate a animaзгo parar, tem como fazer para ele nгo fica congelado?
Ajuda ae


Re: animacao conversar no onplayertext - FenixBorn - 17.09.2012

Tenta:
pawn Код:
TogglePlayerControllable(playerid,1);



Re: animacao conversar no onplayertext - josias_mhl - 17.09.2012

Fenix mais aonde pхe isso ai ?


Re: animacao conversar no onplayertext - FenixBorn - 17.09.2012

embaixo da animaзгo:

pawn Код:
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 0);
TogglePlayerControllable(playerid,1);



Re: animacao conversar no onplayertext - Douglas_prt - 17.09.2012

pawn Код:
ApplyAnimation(playerid,"PED", "IDLE_CHAT", 4.1 , 0, 1, 1, 0, 1, 1);
Quando usar uma funзгo padrгo do SAMP deve consultar sempre a info sobre a mesma, nomeadamente os parametros:

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