reload
This commit is contained in:
parent
30b34d56fa
commit
1aa66777b8
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Update this script, run this in cmd:
|
// Update this script, run this in cmd:
|
||||||
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/autoexec.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg'"
|
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/autoexec.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg'"
|
||||||
|
|
||||||
// Load custom config
|
// Load custom config, do:
|
||||||
// exec config
|
// exec config
|
||||||
|
|
||||||
// Harry Potter
|
// Harry Potter
|
||||||
|
@ -34,6 +34,10 @@ bind "p" "sv_cheats 1; noclip"
|
||||||
// Load custom game script
|
// Load custom game script
|
||||||
alias "cg" "exec customgame"
|
alias "cg" "exec customgame"
|
||||||
|
|
||||||
|
// Reload and clear residuals
|
||||||
|
unbind "r"
|
||||||
|
bind "r" "+reload; r_cleardecals"
|
||||||
|
|
||||||
// Reload script
|
// Reload script
|
||||||
unbind "SEMICOLON"
|
unbind "SEMICOLON"
|
||||||
bind "SEMICOLON" "exec autoexec"
|
bind "SEMICOLON" "exec autoexec"
|
||||||
|
|
Loading…
Reference in a new issue