24.06.2012, 10:39
Use this to ensure the animation stops when you release the key. Add your own variables and booleans, of course.
Код:
else if (RELEASED(KEY_WALK)) { ApplyAnimation(playerid, "CARRY", "crry_prtial", 4.0, 0, 0, 0, 0, 0, 1); }