21.08.2012, 10:06
I have this problem with my GameMode, it won't let more than 25 players connect to the game. I looked it up in the gamemode but I couldn't find anything wrong.
#define SCRIPT_MAXPLAYERS (300)
#define MAX_PLAYERS (300)
These are the lines which should define the max players but it won't work,can anyone help me out here please ?
#define SCRIPT_MAXPLAYERS (300)
#define MAX_PLAYERS (300)
These are the lines which should define the max players but it won't work,can anyone help me out here please ?

