tf2/cfg/practice_server.cfg

22 lines
374 B
INI

// Script for setting up a practice server
// Enable cheats
sv_cheats 1
// Pause the timer
ent_fire_team_round_timer pause
// Freeze the bots
bot_dontmove 1
// Bot binds
// kick bots
bind "o" "bot_kick all"
bind "p" "tf_bot_kick all"
// Spawn a bot
bind "y" "bot -team blue -teleport"
bind "u" "bot -team red -teleport"
// Refill health and ammo
bind "n" "impulse 101"