Server stuck at 244 players? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server stuck at 244 players? (
/showthread.php?tid=144519)
Server stuck at 244 players? -
chasgames - 27.04.2010
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?
Re: Server stuck at 244 players? -
Memoryz - 27.04.2010
Do you have any NPCs?
Re: Server stuck at 244 players? -
chasgames - 27.04.2010
maxnpc 0
is in my server.cfg, so their shouldn't be any.. its just the default config that came with linux
Re: Server stuck at 244 players? -
chasgames - 27.04.2010
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
Re: Server stuck at 244 players? -
Woet - 28.04.2010
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?
Re: Server stuck at 244 players? -
[gmR]BarMaN - 28.04.2010
Probably a variable size problem..
Change your player variables size to 500.
Re: Server stuck at 244 players? -
godknightx - 28.04.2010
Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 500