From e873fbc01c590d51824c740ab8e0dcd2a7081015 Mon Sep 17 00:00:00 2001 From: eeymoo Date: Thu, 4 Sep 2025 13:50:12 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=9B=B4=E6=96=B0=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E7=9A=84=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=EF=BC=8C=E6=94=AF=E6=8C=81=E6=B8=85=E9=99=A4=E8=A1=80?= =?UTF-8?q?=E8=BF=B9=E3=80=81=E7=83=9F=E9=9B=BE=E3=80=81=E5=BC=B9=E5=9D=91?= =?UTF-8?q?=E5=92=8C=E5=AD=90=E5=BC=B9=E8=BD=A8=E8=BF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/keybinds.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keybinds.cfg b/src/keybinds.cfg index 5741c9d..4f565f2 100644 --- a/src/keybinds.cfg +++ b/src/keybinds.cfg @@ -83,8 +83,8 @@ alias "+incvol" "incrementvar volume 0 2 0.5;+sprint" alias "-incvol" "incrementvar volume 0 2 -0.5;-sprint"; bind "shift" "+incvol" -// 清除血迹 -bind "o" "sv_cheats 1; toggle r_csgo_render_decals" +// 清除血迹、烟雾、弹坑、子弹轨迹等全部视觉效果 +bind "o" "sv_cheats 1; r_csgo_render_decals 0; r_drawparticles 0; r_drawtracers 0; echo '已清除所有视觉效果(血迹、烟雾、弹坑、轨迹等)'" // 一键丢炸弹 alias "+dropbombbind" "slot3; slot5"