Able to walk while on anim
#2

Quote:
Originally Posted by AndreiWow
Посмотреть сообщение
How to make the player to be able to walk while on this anim?
Код:
if(jobduty[playerid] == 1)
		    {
                ApplyAnimation(playerid, "CARRY", "crry_prtial", 12, 1, 0, 0, 0, 0, 1);
		    }
Hello,

You should try this instead of using Applyanimation:

Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CARRY);
I think this is what you actually need .
Reply


Messages In This Thread
Able to walk while on anim - by AndreiWow - 29.08.2016, 22:00
Re: Able to walk while on anim - by burhanjaved - 29.08.2016, 22:19
Re: Able to walk while on anim - by AndreiWow - 29.08.2016, 22:29

Forum Jump:


Users browsing this thread: 1 Guest(s)