Walking while talking (animation)
#1

Hey everyone,
When i talk with someone,
My character freezes till the animation ends,
Any idea how to able walking and talking at the same time?

Код:
      format(str, sizeof(str), "%s says : %s", GetICName(playerid), text);
		SendNearByMessage(playerid, WHITE, str, 5);
		ICLog(str);
		new Length = strlen(text);
        new TalkTime = Length*100;
        ApplyAnimation(playerid,"PED","IDLE_chat", 4.1, 0, 1, 1, 0, TalkTime);
        KillTimer(Server[StopTalkingAnimation]);
        Server[StopTalkingAnimation] = SetTimerEx("StopTalkingAnim", TalkTime, 0, "d", playerid);
Reply
#2

ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1, 1,1,TalkTime);
Reply
#3

Still doesn't work.
Reply
#4

Quote:
Originally Posted by darkhunter332
Посмотреть сообщение
Still doesn't work.
Me too. Character stop to talk and come back walk after the anim stops.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)