Practice script

This commit is contained in:
Nathan McCarty 2023-03-28 19:02:54 -04:00
parent f8c86a19d2
commit 4975af9a4c
No known key found for this signature in database
1 changed files with 21 additions and 0 deletions

21
cfg/practice_server.cfg Normal file
View File

@ -0,0 +1,21 @@
// 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"