03.11.2012, 12:56
I have a problem: every npc i try to connect with ConnectNPC cannot connect to the server, the server writes: "Incoming connection: 127.0.0.1:58419". What can be the reason for that?
maxnpc 0
maxnpc 5
maxnpc 0
maxnpc 2
Originally Posted by niels44
^^ ofc, i think he knows that.
the problem will be in your server.cfg, there is a line called maxnpc, if its at 0, change it to the amount of bots you want. WRONG!: Code: maxnpc 0 good one: Code: maxnpc 5 the line above is the right one, this will allow you to connect 5 bots to your server. |
^^ ofc, i think he knows that.
the problem will be in your server.cfg, there is a line called maxnpc, if its at 0, change it to the amount of bots you want. WRONG!: Код:
maxnpc 0 Код:
maxnpc 5 |