View Full Version : Reserved slots
samsee
01-24-2004, 04:51 PM
Hey,
I have a server in Lunix running sweetly.
I reserved 4 slots for private clients and I am wondering how to get people to connect on the reserved spots.
Could someone share the commands with me?
Thanks a bunch.
-Jon Doe
imported_LeifStyle
01-24-2004, 05:40 PM
set sv_maxclients "30"
with this command u set how much max clients can connect to your server... in this case 30 players can play on your server
set sv_privateClients "10"
with this command u set how much slots are reserved for private slots... in this case 10 of 30 slots are private and the rest is public
set sv_privatePassword "yourprivatepassword"
with this password u protect the private slots so that only player can connect to this slots who know this password.
all this commands go into your cod server config.
in that case u have 30 slots ... 10 of this 30 are private and protected by password...
this should work i think... well... so i do it ;-)
so when your friends want to connect to this private slots they have to know this password...!
u can set this password in ASE by clicking right on your server and set it under server properties.
or they set it in your ingame browser... just server the server, click on hit and set your password under the password tab.
hopefully u mean this ?!
greetings, LeifStyle
rudedog
01-24-2004, 06:26 PM
If your clients dont use ASE then:
Once you follow what Leifstyle said have your clients add
+password yourpassword_here
To their codMP.exe shortcut. This way they never have to type anything to join your server. any command you can enter in the console or cfg file you can add to your shortcut to make your life much easier.
samsee
01-25-2004, 04:00 AM
This is perfect. I tested it and it works!
Thanks rudedog
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.