hilfe. hab eine config für bots erstellt:


// Bots are allowed to use all weapons
bot_allow_grenades 1
bot_allow_machine_guns 1
bot_allow_pistols 1
bot_allow_rifles 1
bot_allow_shotguns 1
bot_allow_snipers 0
bot_allow_sub_machine_guns 1

// If nonzero, bots may occasionally go 'rogue'. Rogue bots do not obey radio commands, nor pursue scenario goals.
bot_allow_rogues 0

// If nonzero, bots with high co-op may automatically follow a nearby human player.
bot_auto_follow 1

// If nonzero, bots will automatically leave to make room for human players.
bot_auto_vacate 1

// Control how bots talk. Allowed values: 'off', 'radio', 'minimal', or 'normal'.
bot_chatter "off"

// If nonzero and there is a human on the team, the bots will not do the scenario tasks.
bot_defer_to_human 1

// Defines the skill of bots joining the game. Values are: 0=easy, 1=normal, 2=hard, 3=expert.
bot_difficulty 1

// If nonzero, bots will not buy if their money falls below this amount.
bot_eco_limit 2000

// If nonzero, bots wait until a player joins before entering the game.
bot_join_after_player 0

// Determines the team bots will join into. Allowed values: 'any', 'T', or 'CT'.
bot_join_team "any"

// This string is prefixed to the name of all bots that join the game.
bot_prefix "[Team-Barbecue ServerBoT]"

// The filename from which bot profiles will be read.
bot_profile_db "BotProfile.db"

// Determines the total number of bots in the game.
bot_quota 4

// Determines the type of quota. Allowed values: 'normal' and 'fill'.
// If 'fill', the server will adjust bots to keep N players in the game, where N is bot_quota.
bot_quota_mode "fill"

// If nonzero, bots can only walk, not run.
bot_walk 0

leider is es nun so, dass die bots immer die teams ausgleichen.

also wenn 3 ct sind und 2 t dann zockt immer ein bot bei t mit.

ich möchte aber, dass die bots verschwinden, wenn 4 player da sind!!!

kann mir da jemand helfen?