RandomRambo Posted August 19, 2021 Share Posted August 19, 2021 Hello everyone,I need some help. How I can do that : I need this animation to last about 10 seconds for example setPedAnimation (getLocalPlayer(),"BOMBER","BOM_Plant",nil,false,false,nil,false) How to do this?Help please. Link to comment
ALandOfFallingWater Posted August 19, 2021 Share Posted August 19, 2021 This post was recognized by Tut! "Great first content, spot on advice" ALandOfFallingWater was awarded the badge 'Helpful' and 1 points. Check it out. You can do it this way: setPedAnimation(getLocalPlayer(),"BOMBER","BOM_Plant") setTimer(function() setPedAnimationProgress(getLocalPlayer(), "BOM_Plant", 0.35) end,1200,50) 1 Link to comment
RandomRambo Posted August 19, 2021 Author Share Posted August 19, 2021 6 hours ago, polyneuroparty said: Check it out. You can do it this way: setPedAnimation(getLocalPlayer(),"BOMBER","BOM_Plant") setTimer(function() setPedAnimationProgress(getLocalPlayer(), "BOM_Plant", 0.35) end,1200,50) thanks,i will try 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