1 (edited by necropotame 2016-11-01 16:11:26)

Topic: [Solved] BInfMod the count bots as player

There is a server that count server-sided bots as player in the server list: 92.222.95.67:8306
If you try to kick one of them, you get "you can't ban bots", meaning that they are server-sided bots and the responsibility of the owner.

This server should be masterban. However, if the owner want to fix it, here is the solution:

In engine/server/server/cpp, function SendServerInfo(), each time you see this loop for(int i = 0; i < MAX_CLIENTS; i++), replace this line

if(m_aClients[i].m_State != CClient::STATE_EMPTY)

by something like this:

if(m_aClients[i].m_State != CClient::STATE_EMPTY && !m_aClients[i].m_IsBot)

2

Re: [Solved] BInfMod the count bots as player

Server is still online, it's now allowed to count bots as players?

I will be banned if I troll again ...

3

Re: [Solved] BInfMod the count bots as player

Nope, not allowed.

4

Re: [Solved] BInfMod the count bots as player

heinrich5991 wrote:

Nope, not allowed.

So why is the server still online?

I will be banned if I troll again ...

5

Re: [Solved] BInfMod the count bots as player

Deepfinder wrote:
heinrich5991 wrote:

Nope, not allowed.

So why is the server still online?

Because no one banned it. You could ping minus on IRC.

6

Re: [Solved] BInfMod the count bots as player

heinrich5991 wrote:
Deepfinder wrote:
heinrich5991 wrote:

Nope, not allowed.

So why is the server still online?

Because no one banned it. You could ping minus on IRC.

So minus never read the forum?

I will be banned if I troll again ...

7

Re: [Solved] BInfMod the count bots as player

The server was banned, then fixed, then unbanned.

8

Re: [Solved] BInfMod the count bots as player

Deepfinder wrote:

So minus never read the forum?

That's not what heinrich said or implied.

Not Luck, Just Magic.

9

Re: [Solved] BInfMod the count bots as player

Dune wrote:
Deepfinder wrote:

So minus never read the forum?

That's not what heinrich said or implied.

It was.

I will be banned if I troll again ...

10

Re: [Solved] BInfMod the count bots as player

Closed.