Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created May 17, 2014 23:06
Show Gist options
  • Save caleywoods/a4b56e7ec5c2a9d922df to your computer and use it in GitHub Desktop.
Save caleywoods/a4b56e7ec5c2a9d922df to your computer and use it in GitHub Desktop.
// BOT WARMUP SCRIPT
sv_cheats 1
// Remove, set 0 or put in // if you don't want replenished ammo or set 2 if you'd rather reload your weapon
sv_infinite_ammo 2
mp_round_restart_delay 0
mp_freezetime 0
mp_spawnprotectiontime 0
mp_startmoney 16000
mp_do_warmup_offine 1
mp_warmuptime 3600
mp_warmup_pausetimer 1
// set this to 0 if you don't wish bots to carry armor
mp_free_armor 0
mp_autoteambalance 0
mp_randomspawn 1
mp_humanteam ct
mp_limitteams 20
mp_teamname_1 Targets
mp_teamname_2 You
bot_kick
bot_join_after_player 1
bot_join_team T
// Use this one if you wanna fight bots up close
// bot_knives_only
// Use this one if you fight vs bots on an awp map
// bot_snipers_only
// Use this one if you fight vs bots dm style
bot_pistols_only
bot_dont_shoot 1
bot_quota 20
bot_quota_mode fill
mp_warmup_start
say "BOT WARMUP EXECUTED"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment