Skip to content

Instantly share code, notes, and snippets.

@jvik
Created February 28, 2019 19:06
Show Gist options
  • Save jvik/c8b9840dabafedd4f082753b16ac0c91 to your computer and use it in GitHub Desktop.
Save jvik/c8b9840dabafedd4f082753b16ac0c91 to your computer and use it in GitHub Desktop.
// 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
// Bind a key so you can fly around - replace KEY with desired key.
bind "mouse3" "noclip"
// Press this once to get all grenades - replace KEY with desired key.
bind "." "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
// 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