View Full Version : reserving slots
boxer82003
11-10-2003, 05:58 PM
i have a 10 player server but i would like treserve 2 slots so the max public slots are 10 and 2 private how do i do this
imported_DesuMacchi
11-10-2003, 06:06 PM
Then you need this in your .cfg file
// Maximum Clients
set sv_maxclients "14"
set sv_privateclients "4"
set sv_privatepassword "passwordhere"
That will allow 10 public and 4 private slots that can be accessed only by the people with the password :)
Hope this helps
boxer82003
11-11-2003, 12:48 AM
ok thats done it just says servers full
is there somthing i need to do on the client side
password in a .cfg or somthing
HankScorpio
11-11-2003, 01:28 AM
There's a password button in the in-game browser screen. You can also bring down the console and type \password "passwordhere" before you connect.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.