AMARANT Posted July 27, 2012 Posted July 27, 2012 How is it possible to check if player is running? "getControlState" only checks if player pressed "sprint" button.
_Dark_ Posted July 27, 2012 Posted July 27, 2012 (edited) getPedMoveState if(getPedMoveState(localPlayer) == "sprint") then outputChatBox("You're sprint!") end Edited July 27, 2012 by Guest
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