02.03.2014, 14:17
Just make it so that when you press enter it c;clears the animation. For example:
That should remove the Jetpack from the player, rather than dropping it. You'd need to tweak it a little bit to make sure people don't fall to the ground and such.
Код:
if(GetPlayerSpecialAction(playerid)==2){ ClearAnimations(playerid); }