This commit is contained in:
Mylloon 2023-03-15 12:42:09 +01:00
parent 604a1e96ba
commit e11e01b436
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 3 deletions

View file

@ -31,9 +31,6 @@ 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"

View file

@ -28,6 +28,9 @@ sv_infinite_ammo "2"
// Bypass nades limitation
ammo_grenade_limit_total "5"
// Apply all the settings
mp_restartgame "1"
// Debug message
echo "========================================================================================================================================================================"
echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! =================================================================="