freeze in anim
#1

player is not freeze in animation. how can i fix it?
PHP код:
ApplyAnimation(playerid,"RIFLE","RIFLE_load",4.1,0,1,1,1,4,1); 
Reply
#2

What do you mean?

Freeze the player when applying animation?
Reply
#3

yeah.
Reply
#4

use TogglePlayerControllable
Reply
#5

in TogglePlayerControllable animation not work.
Reply
#6

Your faster than me
Reply
#7

Your freeze parameter works fine :/
Reply
#8

https://sampwiki.blast.hk/wiki/ApplyAnimation

Код:
freeze	Setting this to 1 will freeze the player at the end of the animation. 0 will not.
Код:
(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)
change this:
Код:
ApplyAnimation(playerid,"RIFLE","RIFLE_load",4.1,0,1,1,1,4,1);
to this
Код:
ApplyAnimation(playerid,"RIFLE","RIFLE_load",4.1,0,1,1,0,4,1);
Reply
#9

i want freeze player!!!!!
Reply
#10

You can't freeze the animation action, instead you can freeze the player that uses the animation, but the animation will finish or continue, it depends on the animation time & feature.

Regards.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)