15.07.2017, 00:10
Hi,
Let say I apply an animation to player 1, here is my code for example.
The problem is that if player 2 comes by and kicks the player, attack him, melee or weapon, player 1 gets out of the animation.
I suspect it has something to do with the animation of the player when he receives damage.
Do you think there is a way to lock the animation?
I have been trying and researching for a while now.
Thank you.
rt-2
Let say I apply an animation to player 1, here is my code for example.
Код:
TogglePlayerControllable(playerid, 0); SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE); ClearAnimations(playerid); ApplyAnimation(playerid, "PARACHUTE", "FALL_skyDive_DIE ", 4.1, 0, 1, 1, 1, 1000, 1);
I suspect it has something to do with the animation of the player when he receives damage.
Do you think there is a way to lock the animation?
I have been trying and researching for a while now.
Thank you.
rt-2