From f81990e6e07763e6564eb630d490beab9f4dd96f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Mar 2023 01:09:16 +0100 Subject: [PATCH] add reload --- games/csgo/autoexec.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/csgo/autoexec.cfg b/games/csgo/autoexec.cfg index a1406da..23f8191 100644 --- a/games/csgo/autoexec.cfg +++ b/games/csgo/autoexec.cfg @@ -28,6 +28,9 @@ bind "TAB" "+scorenet" unbind "p" bind "p" "sv_cheats 1; noclip" +// Reload +bind "r" "+reload; r_cleardecals" + // Load custom game script alias "cg" "exec customgame"