Posts: 1,004
Threads: 18
Joined: Oct 2014
Reputation:
0
Did you change the 'maxnpc' from your server.cfg to the number of bots or above it?
Posts: 215
Threads: 43
Joined: Nov 2014
Reputation:
0
can u show ur cfg?
i think u r missing .dll thing
Posts: 279
Threads: 2
Joined: Aug 2014
Reputation:
0
If you are in Windows use : .dll
If you are in Linux use : .so
In your server.cfg change the maxnpc from 0 to 10 or as you like (number of NPCs who can connect to server)
Posts: 109
Threads: 10
Joined: Nov 2013
Reputation:
0
Make sure you have the correct plugin file types for the operating system you are using, this is important, also make sure you allow NPC's to connect to your server.
Posts: 749
Threads: 76
Joined: Apr 2013
Reputation:
0
Make sure that you have the right "maxnpc" amount in your server.cfg , also check your plugins, if you are using windows use .dll like (streamer.dll) if you are using linux use .so like (streamer.so).