Steam'i Yükleyin
giriş
|
dil
简体中文 (Basitleştirilmiş Çince)
繁體中文 (Geleneksel Çince)
日本語 (Japonca)
한국어 (Korece)
ไทย (Tayca)
Български (Bulgarca)
Čeština (Çekçe)
Dansk (Danca)
Deutsch (Almanca)
English (İngilizce)
Español - España (İspanyolca - İspanya)
Español - Latinoamérica (İspanyolca - Latin Amerika)
Ελληνικά (Yunanca)
Français (Fransızca)
Italiano (İtalyanca)
Bahasa Indonesia (Endonezce)
Magyar (Macarca)
Nederlands (Hollandaca)
Norsk (Norveççe)
Polski (Lehçe)
Português (Portekizce - Portekiz)
Português - Brasil (Portekizce - Brezilya)
Română (Rumence)
Русский (Rusça)
Suomi (Fince)
Svenska (İsveççe)
Tiếng Việt (Vietnamca)
Українська (Ukraynaca)
Bir çeviri sorunu bildirin
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