roaddog Posted April 24, 2016 Share Posted April 24, 2016 I want to make a noise-o-meter like this in burglary mission. How do I use it by using getElementVelocity? Should I use onClientRender to gather velocities? Link to comment
Mr_Moose Posted April 24, 2016 Share Posted April 24, 2016 You could use the control state inside onClientRender to see if the player is walking, running or running fast and then draw a DX progress bar. That's probably how they did it in single player. Link to comment
roaddog Posted April 24, 2016 Author Share Posted April 24, 2016 You could use the control state inside onClientRender to see if the player is walking, running or running fast and then draw a DX progress bar. That's probably how they did it in single player. Great thoughts, Thank you. Link to comment
Einheit-101 Posted April 24, 2016 Share Posted April 24, 2016 Just copy the noise code from stealth resource Link to comment
roaddog Posted April 24, 2016 Author Share Posted April 24, 2016 Oh they have such thing? I didnt know that. Thank you Einheit. 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