|
|
Advanced Voice Communication
| Author(s): harddk |
| Category: CS:S > Radio/Comm Scripts |
Notes/Usage Instructions:
Why settle with the standard +voicerecord, when you can got so much more out of it ?!
With this, you're now able to switch between:
- Simple One-press-system or back to the standard Hold-system.
- Also featuring a function for you to disable your ingame mic (good when using same button for ect. ventrilo).
- Or turn off everybody elses mic ingame. Muting made fast and easy-to-do. Admit it, we all heard someone yell a little to much on a FFA-server.. :-)
Enjoy , see the rest of my script at our clan-page. |
Script Code:
~ Part of Hard.dk Script v1.5, theholyclan.dk ~
Put this in your cstrike/script/kb_act.lst (open in wordpad), or bind the first section:
"+MicSay" "Voice Control"
"SwitchMic" "Voice Press / Hold"
"EnableMic" "Own Mic On / Off"
"GameMic" "Others Mic On / Off"
Put this in your .cfg:
alias "+MicSay" "+MicOnOff"
alias "-MicSay" "-MicOnOff"
alias "+MicOnOff" "MicPress"
alias "-MicOnOff" ""
alias "SwitchMic" "MicModeHold"
alias "MicModeHold" "alias +MicOnOff +MicHold; alias -MicOnOff -MicHold; echo; echo - Mic Holdsystem -; echo; alias SwitchMic MicModePress"
alias "MicModePress" "alias +MicOnOff MicPress; alias -MicOnOff; echo; echo - Mic Presssystem -; echo; alias SwitchMic MicModeHold"
alias "MicPress" "MicPOn"
alias "MicPOn" "+voicerecord; alias MicPress MicPOff"
alias "MicPOff" "-voicerecord; alias MicPress MicPOn"
alias "+MicHold" "+voicerecord"
alias "-MicHold" "-voicerecord"
alias "EnableMic" "VTSound"
alias "CSSSound" "alias +MicSay +MicOnOff; alias -MicSay -MicOnOff; echo; echo - Your Mic is ON -; echo; alias EnableMic VTSound"
alias "VTSound" "alias +MicSay -voicerecord; alias -MicSay; echo; echo - Your Mic is OFF -; echo; alias EnableMic CSSSound"
alias "GameMic" "GameMicOff"
alias "GameMicOn" "voice_scale 0.90; echo; echo - Others Mic is ON -; echo; alias GameMic GameMicOff"
alias "GameMicOff" "voice_scale 0.00; echo; echo - Others Mic is OFF -; echo; alias GameMic GameMicOn"
|
| Added: 7 months ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Impractical 1 x Impractical You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |