Digital Paint Discussion Board

Paintball 2: The Game => Server Discussion => Topic started by: bor3d28 on June 03, 2007, 07:54:58 PM

Title: MAX Clients
Post by: bor3d28 on June 03, 2007, 07:54:58 PM
WHERE do i change the max clients , i cant seem to find it through the configs...
Title: Re: MAX Clients
Post by: Eiii on June 03, 2007, 08:04:17 PM
If it's not in the config, add it.
Title: Re: MAX Clients
Post by: KiLo on June 03, 2007, 08:05:05 PM
Code: [Select]
set maxclients 16 // maximum number of players that can connect

It is right below where you put the server name and admin name and that other good stuff.

Edit: You really just need the set maxclients part.
Title: Re: MAX Clients
Post by: jitspoe on June 04, 2007, 04:20:51 PM
I think it's better to put the maxclients in the command line.  I recall having some issues using it in the config file.
Title: Re: MAX Clients
Post by: bor3d28 on June 05, 2007, 06:29:05 AM
Thanks I appreciate your help, im fixed it, thanks i just chucked it in the config as told & i hvnt had any problems with using it in the config as yet.....
Title: Re: MAX Clients
Post by: y00tz on June 05, 2007, 11:11:27 AM
Thanks I appreciate your help, im fixed it, thanks i just chucked it in the config as told & i hvnt had any problems with using it in the config as yet.....

Should have added it to the command line.  You know the shortcut that launches your server with  '+ map' in it? Add the set maxclients there.....