Kas7 Posted July 18, 2020 Posted July 18, 2020 How can I get the player to move while performing the animation?
Ciekurs Posted July 18, 2020 Posted July 18, 2020 u can't if the player wants to move while performing an animation he has to move and type quickly the animation, by the way it doesn't work on some animations. Good Luck!
Kas7 Posted July 18, 2020 Author Posted July 18, 2020 (edited) But I've seen it in some areas The player can move and animation only at the hands of An example of the image:- Edited July 18, 2020 by Kas7
nxFairlywell Posted July 19, 2020 Posted July 19, 2020 I don't know how they do it, But I suggest you to change the "walk_player" animation. This is the default animation for the walk
Zorgman Posted July 20, 2020 Posted July 20, 2020 There's a "carry" partial animation that only affects the hands, that's what I used to achieve something similar with the screen you posted. Cheers
Discord Moderators Zango Posted July 20, 2020 Discord Moderators Posted July 20, 2020 Pass 0 (or something else) in the 'time' parameter and controls should work. setPedAnimation(localPlayer, "ped", "run_fat", 0)
Kas7 Posted July 20, 2020 Author Posted July 20, 2020 2 hours ago, Zango said: Pass 0 (or something else) in the 'time' parameter and controls should work. setPedAnimation(localPlayer, "ped", "run_fat", 0) setPedAnimation(plr, "carry", "liftup",0,false,true,true,false) I experimented with this idea, but it did not stimulate the animation in the first place I wanted to walk while doing the animation
Discord Moderators Zango Posted July 21, 2020 Discord Moderators Posted July 21, 2020 Use the partial animation crry_prtial for walking while holding the crate. Set last parameter to true (freezeLastFrame). setPedAnimation(localPlayer, "carry", "crry_prtial", 0, false, true, true, true) 2
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