Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For example, if I want to use F11 and F12 for mute then it will be
(inside the console simply type line below and press enter for the each line)
bind "F11" "voice_enable 0"
bind "F12" "voice_enable 1"
Now you can use F11 to mute everyone and F12 to remove mute.
even when you type voice_enable 1 in console?
Or you can do the same in just one line, binding the F11 key to switching voice on / off:
voice_scale 0.2
and use this toggle script
alias stfu stfu1
alias stfu1 "voice_enable 0; echo Voice OFF; alias stfu stfu2"
alias stfu2 "voice_enable 1; echo Voice ON; alias stfu stfu1"
bind "key" "stfu"
works like a charm thanks!
that's because that command doesn't work.
put this in your autoconfig instead: bindtoggle "KP_MINUS" "voice_enable"
that will allow you to toggle voice enable with "-" by numpad.
So ♥♥♥♥♥♥♥ smart
alias "chat_1" "voice_enable 1; echo |~Chat_On~|; alias voice_chat chat_0; play player\vo\balkan\affirmative01"
alias "chat_0" "voice_enable 0; echo |~Chat_Off~|; alias voice_chat chat_1; play player\vo\balkan\disagree01"
bind "v" "voice_chat