Posts: 449
	Threads: 20
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		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 ?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,274
	Threads: 54
	Joined: Jul 2012
	
	
 
	
	
		What about your server.cfg and what about your max slots on your host?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 449
	Threads: 20
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		In server cfg is the same ,300, and the host has more than 300 slots..I think the problem is from the gamemode.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,698
	Threads: 37
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		Just set your max players to 25 in server.cfg if you want just 25 players in your server.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 449
	Threads: 20
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		I want more than 25 players but the gamemode won't let me.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 336
	Threads: 16
	Joined: Jul 2012
	
Reputation: 
0
	 
	
	
		What game-mode are you using? Is it your own one, made from scratch, or hosting with other's released GM?
I am asking this because you said 'I want more than 25 players but the gamemode won't let me.'
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 449
	Threads: 20
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		The host is a dedicated one hosted at an ISP in my city. I don't think the host is the problem here.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,698
	Threads: 37
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		If you can,show us your script.
Or check for something which limits players.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 449
	Threads: 20
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		I bought the gamemode , and it is a really big one,over 80k lines of code.