This plugin has almost totally been reworked. This adds many new features and options, and fixes. Its also taken alot of testing to get it all right.
This doesn't change the number of players in your server.
(This is not a fake clients plugin)
If your server is empty, this plugin will fill it with intelligent bots until only X slots are free.
This plugin removes the cheat flag of the nav_generate command.
- Bots Vs Humans(bVh) - It's players against bots! Teams are allowed to get unbalanced (usually in the favor of bots)
- Bot Handicap.
- Bots in normal mode have a static reduced damage and increased damage
- In bVh bots have dynamic handicap based on more player or more bots
- This is all handled by configs.
- Integration with the Admin menu (requires server restart or "sm plugins reload adminmenu" command)

- Rock the Bot - Allows users to Rock the Bot(toggle) the current bVh mode. Just say one of the following in chat
- BotMan Options - Allows each client to config showing or disabling of BotMan Messages. Just say the following in chat
- Bot Kick - [#/red/blue/name/all] New options for using Bot kick
- sm_bm_version now properly notifies
Cvars
sm_bm_enabled "1" [1/0] Enable/Disable
Bot Manager", FCVAR_PLUGIN, true, 0.0, true, 1.0);
sm_bm_slotsfree "1" - How many slots the bots should not use (Doesn't count reserved slots)
sm_bm_supressevents "1" - [0/1] Supresss
Bot Connect/Disconnect Messages, and Team Change in BotVsHuman
sm_bm_damage_received "0.80" - Amount to reduce damage recived(from humans) by(0.80 = -20%) on bots(-1 to disable)
sm_bm_damage_delt "-1.0" - Amount to increase damage delt(to humans) by(1.2 = +20%) from bots(-1 to disable)
sm_bm_damage_received_inc "0.05" - Damage Received Unbalance Increment(adjust damage)
sm_bm_damage_delt_inc "0.0" - Damage Delt Unbalance Increment(adjust damage)
sm_bm_bvh_enabled "0" - [1/0] Enable/Disable Bots Vs Humans by default for a round
sm_bm_bvh_difference "2" - Number of Bots to put in over Humans (Bots Vs Humans)
sm_bm_rtb_limit "0.60" - % required for sucessful RTB vote
sm_bm_rtb_delay "180" - Number of seconds delay between votes
sm_bm_cmd_bot_kick "1" - [1/0] Enable/Disable Kicking Manualy added bots to keep 1 slot free
Required Access
ADMFLAG_GENERIC
The plugin now requires SDK_Hooks so a compiled version is available. This plugin also uses clientprefs
Thanks a lot for Kilandor, he updated the plugin

Thanks for FoxMulder for various fixes and the admin menu.