29.08.2016, 22:19
Quote:
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); } |
You should try this instead of using Applyanimation:
Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CARRY);
![Smiley](images/smilies/smile.png)