esporta05 Posted August 3, 2014 Posted August 3, 2014 I made script which is setting a animation on x event and x conditions. How can i stop that animation? I need to stop it after 3 seconds but i couldnt find a function for stopping it.
Addlibs Posted August 3, 2014 Posted August 3, 2014 setPedAnimation(element/ped Player) --stops the animation (ie sets to none)
undefined Posted August 3, 2014 Posted August 3, 2014 Try this. setPedAnimation(playerElement, "category", "name") setTimer(function() setPedAnimation(playerElement) end, 3000, 1)
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