In simple terms, you can set this up in two ways.
First, you can have a button to toggle alltalk on or off. Press once, and your normal voice-key now broadcasts to the whole server. Press again, and your voice-key is back to normal.
Second, you can have two separate keys, one for normal voice chat to your team, and another for talking to the server.
To have a toggle key, put the following in your config.cfg or autoexec.cfg files, or in console if your console saves changes:
- Code: Select all
bind shift voiceall
To have a separate voice-key for all talk, put the following in your autoexec.cfg file:
- Code: Select all
alias +alltalk "voiceall; +voicerecord"
alias -alltalk "-voicerecord; voiceall"
bind shift +alltalk
You can replace shift with any key in both cases.
Have fun!









