Cronoss Posted February 16, 2022 Share Posted February 16, 2022 Hello again, this time I'm not posting because of an error of my script or something like that, I want to ask if is it possible to execute an animation while the player walks or moves without cancelling the "walk", I mean, when you set the player's animation they freeze, and I tried turning "true" some parameters but it's not working for me. function blablabla(thePlayer) setPedAnimation(thePlayer, "animation", "animation", -1, false, true, true, false) ------parameters ---------blablabla If exist something that could make possible run the animation while the player walks or moves... I would like to know how and why the other parameters doesn't allow me to make that possible Link to comment
βurak Posted February 19, 2022 Share Posted February 19, 2022 I tested your idea, I guess it doesn't seem possible at the moment 1 Link to comment
Cronoss Posted February 19, 2022 Author Share Posted February 19, 2022 (edited) I saw some servers that allow the player to make animations while the player walks, moves, or run, that's why I'm wondering, it is another way to make animations? something like "custom" animations? Edited February 19, 2022 by Cronoss 1 Link to comment
βurak Posted February 19, 2022 Share Posted February 19, 2022 (edited) there may be custom animations or they may have installed extra script to provide it. because setPedAnimation always allows 1 animation and the player stays frozen (except for walking animations) you can use 3ds max to create custom animations and use "engineLoadIFP" function to load this custom animation. if you're going this way Edited February 19, 2022 by Burak5312 1 Link to comment
marcelluss Posted February 19, 2022 Share Posted February 19, 2022 it all depends on the animation itself, if the animation itself allows you to walk, then yes, you can walk with animation enabled, but this is not available to all animations. And also you can import your own animations into the game. The Internet is full of guides for creating animations for a character in the game. 1 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