Gordon_G Posted February 21, 2017 Share Posted February 21, 2017 Hello, I know how to freez an element, I know how to freez an element but I would like something like this : When my ped is hit (by a punch for exemple) he still in his animation. Is it possible ? Thanks ! Link to comment
Mr.Loki Posted February 21, 2017 Share Posted February 21, 2017 setPedAnimation ( ped thePed [, string block=nil, string anim=nil, int time=-1, bool loop=true, bool updatePosition=true, bool interruptable=true, bool freezeLastFrame = true] ) You can do this by setting the interruptable arg to false. Link to comment
Gordon_G Posted February 22, 2017 Author Share Posted February 22, 2017 Oh, thanks. I didn't noticed it in the wiki Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now