Hi there,
I'd like to apply animation to player who said something to the local chat, this is what am I using currently:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1, 1,0, strlen(text) * 100);
But, I need that the player can move while the animation is applied, also, after the animation ends, I need his chat animation to be cleared.
Please, does someone know how to do this or which kind of animation should I use?
Thanks.
I'd like to apply animation to player who said something to the local chat, this is what am I using currently:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1, 1,0, strlen(text) * 100);
But, I need that the player can move while the animation is applied, also, after the animation ends, I need his chat animation to be cleared.
Please, does someone know how to do this or which kind of animation should I use?
Thanks.