[Suggestion] Noise Meter - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40) --- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42) --- Thread: [Suggestion] Noise Meter (/showthread.php?tid=1157) |
Noise Meter - Pinch - 2020-08-04 https://www.youtube.com/watch?v=d7DKVevNPoM Basically, just add a?function that returns GTA SA world's?noise It should be somewhere there :D RE: Noise Meter - Tama - 2020-08-06 Well you can do it on PAWN with help of OnPlayerKeyStateChange and a ProgressBar. Just detect run and jump and you be fine. If you want more realistic, you can also change walking animation but it's not so impossible to do that. All you need to do is use this include and TADAA! https://pastebin.com/XFy0R97c |