From 604a1e96ba0e24a6840f3e92b944f28a2a06824e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 15 Mar 2023 12:41:58 +0100 Subject: [PATCH] apply settings --- games/csgo/autoexec.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/csgo/autoexec.cfg b/games/csgo/autoexec.cfg index a1406da..1402d96 100644 --- a/games/csgo/autoexec.cfg +++ b/games/csgo/autoexec.cfg @@ -31,6 +31,9 @@ bind "p" "sv_cheats 1; noclip" // Load custom game script alias "cg" "exec customgame" +// Apply all the settings +mp_restartgame "1" + // Reload script unbind "SEMICOLON" bind "SEMICOLON" "exec autoexec"