Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
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