esporta05 Posted August 3, 2014 Share 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. Link to comment
Et-win Posted August 3, 2014 Share Posted August 3, 2014 getTickCount() setTimer That can be used. Link to comment
Addlibs Posted August 3, 2014 Share Posted August 3, 2014 setPedAnimation(element/ped Player) --stops the animation (ie sets to none) Link to comment
undefined Posted August 3, 2014 Share Posted August 3, 2014 Try this. setPedAnimation(playerElement, "category", "name") setTimer(function() setPedAnimation(playerElement) end, 3000, 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