I'm running a TF2 achievement server, so I want to auto-insert bots at startup. So, basically, is there anyway I can make it so that the server executes:
whenever it loads?
Code:
sv_cheats 1
bot -team Blue -class Scout
bot -team Blue -class Scout
bot -team Blue -class Scout
bot -team Blue -class Medic
bot -team Blue -class Medic
sv_cheats 0
whenever it loads?