splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
328 stars 115 forks source link

Bots #281

Closed ruslumberjack closed 2 years ago

ruslumberjack commented 4 years ago

How do I disable bots so they don't go into spectator and break the game?

borzaka commented 4 years ago

You use a plugin for that. For example: https://forums.alliedmods.net/showthread.php?t=237004

splewis commented 2 years ago

The default configs for retakes sets bot_quota 0, so shouldn't need to do anything generally: https://github.com/splewis/csgo-retakes/blob/2c24fa66c67e628ebd720cd15580f8f99755690d/cfg/sourcemod/retakes/retakes_game.cfg#L3

You can always add other plugins / configs to remove bots if you want, though.