- Code: Select all
maxplayers 12
bot_number 6 // number of bots to add
minplayers 6 // add bots if less then that number of players playing. MAKE SURE ITS LESS THEN maxplayers or people will get blocked by bots!
Correct if I'm wrong: with these swettings I have 6 bots till the number of player if less then or equal to 6 (6+6=12).
If other player join the server, the bot get substitute:
7 player, 5 bots
8 player, 4 bots and so on
Till the maximum of 12 players.
Is it right?