Counter-Strike: Source - toggle voice

Counter-Strike: Source - toggle voice


//This is a requested console script for the mouse 4 button to toggle between using voice and not
//This is NOT cheating and you will NOT get VAC banned for this, as it is purely a console script

alias voiceon "alias voicetoggle voiceoff;+voicerecord";alias voiceoff "alias voicetoggle voiceon;-voicerecord";alias voicetoggle voiceon;bind mouse4 voicetoggle

//To reset back to using mouse4 as push-to-talk:
bind mouse4 +voicerecord

No comments:

Post a Comment