Server stuck at 244 players?
#1

hey guys,

im completely new to this, but my server is stuck at 244 players. when maxplayers is set to 500.

anyone know the problem?
Reply
#2

Do you have any NPCs?
Reply
#3

maxnpc 0

is in my server.cfg, so their shouldn't be any.. its just the default config that came with linux
Reply
#4

Started server on port: 7777, with maxplayers: 500 lanmode is OFF.


NO executing server.cfg message is echoed.

so it isnt reading server.cfg for some reason? its all chmod 777 so not a permission issue
Reply
#5

First of all, 'its all chmod 777' is a permissions issue because it's very unsafe.
Does this happen on the default gamemode (grandlarc) without any filterscripts?
Reply
#6

Probably a variable size problem..
Change your player variables size to 500.
Reply
#7

Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 500
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)