SA-MP Forums Archive
[Ajuda] animaзгo quando falar no chat - 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] animaзгo quando falar no chat (/showthread.php?tid=457321)



animaзгo quando falar no chat - minimessi10 - 11.08.2013

Quero fazer quando o player falar algo fazer uma animaзгo de conversa alguem pode me ajuda ?


Re: animaзгo quando falar no chat - PT - 11.08.2013

basta colocar 1 animacao no

OnPlayerText


Re: animaзгo quando falar no chat - focaximubh - 11.08.2013

public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 0);
//restante do teu codigo
}


Re: animaзгo quando falar no chat - PT - 11.08.2013

Quote:
Originally Posted by focaximubh
Посмотреть сообщение
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 0);
//restante do teu codigo
}
e basicamente o que eu disse


Re: animaзгo quando falar no chat - focaximubh - 11.08.2013

Quote:
Originally Posted by PT
Посмотреть сообщение
e basicamente o que eu disse
que seja, mas vamos dar respostas mais concretas.