Created
September 11, 2020 14:34
-
-
Save arielnoname/2228473f8974ebb3c69bfedd3b4f810f to your computer and use it in GitHub Desktop.
cs go practice config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Server config | |
sv_cheats 1 | |
mp_limitteams 0 | |
mp_autoteambalance 0 | |
mp_roundtime 60 | |
mp_roundtime_defuse 60 | |
mp_maxmoney 60000 | |
mp_startmoney 60000 | |
mp_freezetime 0 | |
mp_buytime 9999 | |
mp_buy_anywhere 1 | |
sv_infinite_ammo 1 | |
ammo_grenade_limit_total 5 | |
bot_kick | |
mp_warmup_end | |
// Practice | |
sv_grenade_trajectory 1 | |
sv_grenade_trajectory_time 10 | |
sv_showimpacts 1 | |
sv_showimpacts_time 10 | |
mp_restartgame 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment