Practice script
This commit is contained in:
parent
f8c86a19d2
commit
4975af9a4c
|
@ -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"
|
Loading…
Reference in New Issue