Steve_Rogers Posted January 24, 2020 Share Posted January 24, 2020 i am making movies but i can't use some animation because all animations are looping i tried to stop loop but i couldn't any ideas ? Link to comment
WiBox Posted January 25, 2020 Share Posted January 25, 2020 https://wiki.multitheftauto.com/wiki/SetPedAnimation Check this again, in the optional arguments the 4th is named loop. Enabling or Disabling this is what you're looking for. Link to comment
Steve_Rogers Posted January 25, 2020 Author Share Posted January 25, 2020 (edited) sorry but, i am a beginner can you tell me where to paste code Or should i edit that or What ? Please help me ! My Movies Making Future will be Down !! 16 hours ago, WiBox said: https://wiki.multitheftauto.com/wiki/SetPedAnimation Check this again, in the optional arguments the 4th is named loop. Enabling or Disabling this is what you're looking for. So ? Edited January 25, 2020 by Steve_Rogers Link to comment
sFxMTA Posted January 25, 2020 Share Posted January 25, 2020 He already told you what to edit, you shoud look through your resource, find your animation and change the loop argument Link to comment
WiBox Posted January 26, 2020 Share Posted January 26, 2020 setPedAnimation(thePlayer, "ped", "seat_down", -1, false, false, false, false) The first "false" in that line above is for the loop, if you wrote it true it will activate the animation loop But if you wrote "false" it won't. But remember, the first false in this line is for the loop argument.. Link to comment
Steve_Rogers Posted January 26, 2020 Author Share Posted January 26, 2020 i am using basic freeroam GUI to do animation so, should i edit freeroam or what ? Link to comment
Steve_Rogers Posted January 26, 2020 Author Share Posted January 26, 2020 20 hours ago, WiBox said: setPedAnimation(thePlayer, "ped", "seat_down", -1, false, false, false, false) The first "false" in that line above is for the loop, if you wrote it true it will activate the animation loop But if you wrote "false" it won't. But remember, the first false in this line is for the loop argument.. you know Stage ? Link to comment
Steve_Rogers Posted January 27, 2020 Author Share Posted January 27, 2020 i think you don't know Stage 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