user limit

KoriAK

New member
Messages
15
Points
0
Discord
xKoriAKx#2757
Emulator
set a limit on how many user can be on at one time

 
@

I recommend you make yourself familiar with the config files.

You can find what you are asking for in /conf/char-server.conf.

Checkout the option max_connect_user:

Code:
// Maximum users able to connect to the server.// Set to 0 to disable users to log-in. (-1 means unlimited)max_connect_user: -1
 
thank you i could remember where is was.

 
Back
Top