Last active
December 13, 2022 00:24
-
-
Save unrealapex/8b66994e1214d26ab9a07fee4608e46c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// load itemtest | |
map itemtest | |
jointeam red | |
// enable cheats | |
sv_cheats 1 | |
// add 15 bots to the server | |
// use "tf_bot_kick all" to kick the bots | |
tf_bot_add 15 blu | |
// prevent bots from moving | |
nb_blind 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment