Markn1 Posted September 9, 2017 Share Posted September 9, 2017 fix code pls addEventHandler( "onPlayerChat", getRootElement(), function () setPedAnimation( source, "ped", "IDLE_chat", 1, false, true ) --stop anim = 2 sec setTimer( function() setPedAnimation(source, false) end, 2000, 1) end ) Link to comment
Abdul KariM Posted September 9, 2017 Share Posted September 9, 2017 addEventHandler( "onPlayerChat", getRootElement(), function () setPedAnimation( source, "ped", "IDLE_chat", 1, false, true ) --stop anim = 2 sec setTimer(setPedAnimation, 2000, 1,source, false) end ) and Your topic must be in forum english 2 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