Voice Chat On Ns
snake_doc
Join Date: 2003-04-18 Member: 15610Members
<div class="IPBDescription">How to kill it ?</div> Anyone know the server side command so that i can add to my config to stop peps from yacking on the server like it was the telephone?
Sorta gets annoying when you have 3-4 people trying to rant at each other for about an hour strait!
Thanks in advance guys!
(by the way i done a search of console commands but kept coming up short looking for it....)
Sorta gets annoying when you have 3-4 people trying to rant at each other for about an hour strait!
Thanks in advance guys!
(by the way i done a search of console commands but kept coming up short looking for it....)
Comments
However a better solution would just be for you to use the command voice_enable 0. This disables chat on your system, don't prevent people on your server from using a much easier way to communicate with each other. It can be a great boost to gameplay instead of having to type everything out.
alias voicet "voiceoff"
alias voiceoff "voice_scale 0.05; stopsound; developer 1; echo Voice Off; developer 0; alias voicet voiceon"
alias voiceon "voice_scale 0.75; stopsound; developer 1; echo Voice On; developer 0; alias voicet voiceoff"
bind "x" "voicet"
sv_voiceenable
Will turn off all voice msg system. A much better idea is to add a voice comm control plugin. (adminmod)
<a href='http://www.adminmod.org/index.php?go=/ascript/plugin#3722991612' target='_blank'>http://www.adminmod.org/index.php?go=/ascr...ugin#3722991612</a>