SilentSys / SLAM

Source Live Audio Mixer
MIT License
390 stars 128 forks source link

How could I press "R",say "reloading(voice)" while reloading ?? #115

Open humingk opened 6 years ago

humingk commented 6 years ago

poor English, apologize. When I press the "R" key, not only reloading, but also say "reloading"(the voice I put into the SlAM)? bind two keys just like "R" and "x"? Now, I know how to do that, I input "bind x" into the CSGO console, I get one order of slam,"slam_play", so I input this : exec slam; la; bind "f" "bind P 8; slam_updatecfg;+lookatweapon;slam_play"; bind "r" "+reload;bind P 5; slam_updatecfg; slam_play"; it works,nevertheless, there is a new problem... I find the "P" is a variable, and I updated the "P" more than once. after I pressed the "f", I need to hold press the "r" to play the "reloading", more serious is it clashes with the CSGO built-in voice. I'm confused. I don't know the order which represents the "P" in the SLAM, or better method, could you help me? alright, I found a lot of orders in the code just like "Slam_XXXX", I don't know means, It's a little difficult, I'll try tomorrow.

-----Mr.Ming Chengdu, Sichuan, China humingk@qq.com

frederick99 commented 4 years ago

hey @humingk, did you figure it out?