• Binding Silencing Audio When Game Window Is In Background
    5 replies, posted
Okay, so I really want to bind a key to this: [IMG]http://i.imgur.com/cnR8TFx.jpg[/IMG] Any help would be amazing <3 Thanks in advance
try [code]snd_mute_losefocus[/code] [editline]31st August 2013[/editline] [code]bindtoggle "insert" "snd_mute_losefocus 0 1"[/code]
[QUOTE]"snd_mute_losefocus" = "0" ( def. "1" ) archive[/QUOTE] is what I got, I forgot to mention, maybe a toggled thing? Like with console? Edit: Amazing, thank you so much!
it's not a toggle [editline]31st August 2013[/editline] do [code]bindtoggle "insert" "snd_mute_losefocus 0 1"[/code] and press insert to toggle it
[QUOTE]Usage: incrementvar varName minValue maxValue delta[/QUOTE] that's what I got and it did nothing Edit: I figured it out. bindtoggle ins "snd_mute_losefocus" No need for the toggles at the end. Thanks so much!
snip
Sorry, you need to Log In to post a reply to this thread.