Markn1 Posted September 9, 2017 Share Posted September 9, 2017 fix pls stop animation after 2 seconds.. addEventHandler( "onPlayerChat", getRootElement(), function () setPedAnimation( source, "ped", "IDLE_chat", 1, false, true ) -- 2sec setTimer( function() setPedAnimation(source, false) end, 2000, 1) end ) Link to comment
Question
Markn1
fix pls stop animation after 2 seconds..
Link to comment
0 answers to this question
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