Posts: 252
Threads: 72
Joined: Jan 2012
Reputation:
0
What #define MAX_SLOTS does?
Posts: 5,314
Threads: 12
Joined: Aug 2010
Reputation:
0
Probably define the maximum number of players.
Posts: 867
Threads: 27
Joined: Aug 2012
Reputation:
0
it will define the Max Slots of the server, you can change it if you get more slots..
for example u have a server with 35 slots u will change it to #define MAX_SLOTS 35
and same to other numbers..
Posts: 505
Threads: 42
Joined: Mar 2009
Reputation:
0
but i think MAX_PLAYERS works the same. and we dont need to define it.
Posts: 1,849
Threads: 96
Joined: Apr 2010
Reputation:
0
Depends upon your game mode mate. MAX_SLOTS can be a maximum slots for anything! Post the line where you find it!