Chat Animation
#1

Is it possible to make the chat animation movable while it was playing?
Like the player is in chat animation then player runs while in chat animation.

pawn Код:
ApplyAnimation(playerid, "PED", "IDLE_chat", 4.0, 0, 1, 1, 0, aTime);
SetTimerEx("StopTalkingAnim", aTime, false, "d", playerid);
aTime = the text length times 1000ms > Result: The time where the animation stop base on the text length.
Reply
#2

Try MISC Idle_Chat_02
Reply
#3

Nope. Also the arms looks like are attach to the body when chatting.
EDIT: Now it works. However in the first apply, The player is frozen and the chat animation plays.
But after the chat animation stop. It plays again but now movable however the arms are stuck and can't move until
i jump or crouch.
Reply
#4

Bump.
Reply
#5

pawn Код:
ApplyAnimation(playerid, "PED", "IDLE_CHAT",4.1,0,1,1,0,0); // Play once, frozen.
ApplyAnimation(playerid, "PED", "IDLE_CHAT",4.1,0,0,0,1,1); // Play once, not frozen. << What you want.
ApplyAnimation(playerid, "PED", "IDLE_CHAT",4.1,1,1,1,0,0); // Looped, frozen,
ApplyAnimation(playerid, "PED", "IDLE_CHAT",4.1,1,1,1,1,1); // Looped, not frozen. << Perhaps also what you want?
Reply
#6

non of them worked.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)