fix
This commit is contained in:
parent
604a1e96ba
commit
e11e01b436
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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 ! =================================================================="
|
||||
|
|
Loading…
Reference in a new issue