Animation when talk ?
#3

Okay I have this code but player still can move their hands normal after apply animations.
Quote:

public OnPlayerText(playerid, text[])
{
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
{
new Length = strlen(text);
new time = Length*200;
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1, 1,1,time);
ClearAnimations(playerid);
return 1;
}

Reply


Messages In This Thread
Animation when talk ? - by VenusDarkX - 17.03.2016, 05:39
Re: Animation when talk ? - by SickAttack - 17.03.2016, 06:06
Re: Animation when talk ? - by VenusDarkX - 17.03.2016, 06:15
Re: Animation when talk ? - by SickAttack - 17.03.2016, 06:20

Forum Jump:


Users browsing this thread: 1 Guest(s)