Able to walk while on anim
#1

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);
		    }
Reply
#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
#3

YES, THANKS GOD! rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)