Author Topic: MAX Clients  (Read 1090 times)

bor3d28

  • PGP
  • Posts: 5
MAX Clients
« on: June 03, 2007, 05:54:58 PM »
WHERE do i change the max clients , i cant seem to find it through the configs...

Eiii

  • Autococker
  • Posts: 4595
Re: MAX Clients
« Reply #1 on: June 03, 2007, 06:04:17 PM »
If it's not in the config, add it.

KiLo

  • Autococker
  • Posts: 2086
Re: MAX Clients
« Reply #2 on: June 03, 2007, 06: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.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: MAX Clients
« Reply #3 on: June 04, 2007, 02: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.

bor3d28

  • PGP
  • Posts: 5
Re: MAX Clients
« Reply #4 on: June 05, 2007, 04: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.....

y00tz

  • Autococker
  • Posts: 2742
Re: MAX Clients
« Reply #5 on: June 05, 2007, 09: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.....