[Ajuda] Animacao ao digitar
#1

Gostaria de saber como faz para colocar a animacao de fala quando digita no chat, e como fazer para nao freezar o personagem.
Reply
#2

https://sampwiki.blast.hk/wiki/OnPlayerText
https://sampwiki.blast.hk/wiki/ApplyAnimation
https://sampwiki.blast.hk/wiki/Animations
Reply
#3

Code:
public OnPlayerText(playerid, text[])
{	
    	ApplyAnimation(playerid, "GANGS", "prtial_gngtlkA", 4.1, 0, 1, 1, 1, strlen(text) * 100, 1);
	SetTimerEx("StopChatting", strlen(text) * 100, false, "d", playerid);
	return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)