Thread: To many bots!
View Single Post
To many bots!
Old
  (#1)
andrewcaus
Member
 
Status: Offline
Posts: 15
Join Date: Jul 2005
Default To many bots! - 21-08-2005

Ok, I am making my own bots, and I have got them to initialize/join game.

Now, I set it so that only 5 bots can join:

if (botcount < 5) {
...bot code...
botcount++;
}

I started a dedicated server with maxplayers set to 10, and what happens is this:

bot joining...
bot joining...
bot joining...
bot joining...
bot joining...

BUT! The number is 5, but then automatically changes to 10. I type "status", and it's got:

Bot
(1)Bot
etc... all the way to 10.

If I start a server with maxplayers of 32, 32 bots will join. Why is this happening?
  
Reply With Quote