27.05.2016, 15:33
(
Последний раз редактировалось Dayrion; 27.05.2016 в 16:08.
)
Quote:
Actually the time is used when the loop is 1. Your parameters as iggy1 said are mixed up.
If you want to reload (do the animation) only once, set time to 0, freeze to 0 and loop to 0. I tested this with deagle: pawn Код:
|
PHP код:
case 24: ApplyAnimation(playerid, "PYTHON", "python_reload", 4.1, 0, 0, 0, 0, 0, 1);
I want player can move even if he is reloading. I don't find where I can unfreeze the player.
EDIT: Even with this :
PHP код:
case 24: ApplyAnimation(playerid, "PYTHON", "python_reload", 4.1, 0, 1, 1, 0, 0, 1);