Created
August 25, 2019 17:08
-
-
Save limafelipe/8daf8afd4a55402dd0a8dce54b097bfd to your computer and use it in GitHub Desktop.
CS GO pratice 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
// Config for server | |
sv_cheats 1 | |
sv_infinite_ammo 1 | |
ammo_grenade_limit_total 5 | |
mp_warmup_end | |
mp_freezetime 0 | |
mp_roundtime 60 | |
mp_roundtime_defuse 60 | |
sv_grenade_trajectory 1 | |
sv_grenade_trajectory_time 10 | |
sv_showimpacts 1 | |
mp_limitteams 0 | |
mp_autoteambalance 0 | |
mp_maxmoney 60000 | |
mp_startmoney 60000 | |
mp_buytime 9999 | |
mp_buy_anywhere 1 | |
mp_restartgame 1 | |
god | |
give weapon_hegrenade | |
give weapon_flashbang | |
give weapon_smokegrenade | |
give weapon_molotov | |
// Bind a key so you can fly around - replace KEY with desired key. | |
bind "f" "noclip" | |
// Bot commands | |
bot_add_t | |
bot_add_ct | |
bot_kick | |
bot_stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment