Skip to content

Commit

Permalink
[feat] better player voice chat toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Purple-CSGO committed Nov 21, 2024
1 parent e5b5ff1 commit 5f0556f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hlae.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ bind h "toggle cl_draw_only_deathnotices"; // H 只保留准星击
bind j "dmsg" // J 独显击杀信息(当前观察玩家) | 关闭时清空所有信息
bind k "toggle voice_enable;toggle voice_caster_enable"; // K 开关语音
bind l "mirv_deathmsg help players; mute_hint" // L 查看玩家信息和语音屏蔽提示 name=名称 | userid=用户id | xuid=用户64位id | speckey=观察切换按键
bind ' "toggle tv_listen_voice_indices -1 0" // ' 开关CS2玩家语音

bind v "toggle crosshair"; // V 隐藏准心
bind b "toggle cl_drawhud"; // B 隐藏所有hud包括击杀
Expand Down Expand Up @@ -322,6 +323,7 @@ echo ──── HUD只保留准星和击杀 : H
echo ──── 独显击杀信息 @当前观察玩家 : J 关闭时清空所有信息
echo ──── 开关语音 : K
echo ──── 查看玩家信息和语音屏蔽提示 : L 用户id/xuid/观察按键
echo ──── 开关CS2玩家语音 : '
echo ─────────────────────────────────────────────────────────────
echo ──── x光 : X
echo ──── 准心开关 : V
Expand Down

0 comments on commit 5f0556f

Please sign in to comment.