Leveller
03-09-2009, 03:54 PM
once in a while i don't want to hear VOIP.
but going to the options menu and disable it takes too much precious time.
so i wrote this to turn it on and off in-game.
key 7 = for toggling global VOIP
key 8 = for toggling team VOIP
key 9 = for toggling fireteam VOIP
bind "7" "toggle ui_voipReceiveGlobal 0 1; vstr Global" "" "default"
seta GlobalOff "addChatLine '^3Global ^7VoiceChat ^9Off'; seta Global 'vstr GlobalOn'"
seta GlobalOn "addChatLine '^3Global ^7VoiceChat ^2On'; seta Global 'vstr GlobalOff'"
seta Global "vstr GlobalOff"
bind "8" "toggle ui_voipReceiveTeam 0 1; vstr Team" "" "default"
seta TeamOff "addChatLine '^5Team ^7VoiceChat ^9Off'; seta Team 'vstr TeamOn'"
seta TeamOn "addChatLine '^5Team ^7VoiceChat ^2On'; seta Team 'vstr TeamOff'"
seta Team "vstr TeamOff"
bind "9" "toggle ui_voipReceiveFireTeam 0 1; vstr FTeam" "" "default"
seta FTeamOff "addChatLine '^1FireTeam ^7VoiceChat ^9Off'; seta FTeam 'vstr FTeamOn'"
seta FTeamOn "addChatLine '^1FireTeam ^7VoiceChat ^2On'; seta FTeam 'vstr FTeamOff'"
seta FTeam "vstr FTeamOff"
but going to the options menu and disable it takes too much precious time.
so i wrote this to turn it on and off in-game.
key 7 = for toggling global VOIP
key 8 = for toggling team VOIP
key 9 = for toggling fireteam VOIP
bind "7" "toggle ui_voipReceiveGlobal 0 1; vstr Global" "" "default"
seta GlobalOff "addChatLine '^3Global ^7VoiceChat ^9Off'; seta Global 'vstr GlobalOn'"
seta GlobalOn "addChatLine '^3Global ^7VoiceChat ^2On'; seta Global 'vstr GlobalOff'"
seta Global "vstr GlobalOff"
bind "8" "toggle ui_voipReceiveTeam 0 1; vstr Team" "" "default"
seta TeamOff "addChatLine '^5Team ^7VoiceChat ^9Off'; seta Team 'vstr TeamOn'"
seta TeamOn "addChatLine '^5Team ^7VoiceChat ^2On'; seta Team 'vstr TeamOff'"
seta Team "vstr TeamOff"
bind "9" "toggle ui_voipReceiveFireTeam 0 1; vstr FTeam" "" "default"
seta FTeamOff "addChatLine '^1FireTeam ^7VoiceChat ^9Off'; seta FTeam 'vstr FTeamOn'"
seta FTeamOn "addChatLine '^1FireTeam ^7VoiceChat ^2On'; seta FTeam 'vstr FTeamOff'"
seta FTeam "vstr FTeamOff"