PDA

View Full Version : private slots. please please help...


kallak
07-03-2003, 11:57 PM
hello all,

can someone please tell me how private slots work? I've had several folks try to help and for some reason, it's just not working out. I have .cfg file that has all the slots private.

I want to make sure no one else can get in the server during our clan practices, so I figured on making the slots private. But I can't get the password thing down. Does it automatically prompt a user for it. I've tried it and it just doen't let me in, no password prompt.

So, I made the all private .cfg as a way to close the door behind us and lock it once we'll all in, however, people showing up late means taht they can't get on.

How does this work. can someone please give me a dummies guide to it.

Thanks

kallak

Defiant
07-04-2003, 07:18 AM
set sv_privateClients
Usage: rcon set sv_privateClients [Number of clients]
Whole number, representing the number of clients that must use a password to connect.


set sv_privatepassword
Usage: set sv_privatepassword [Password]
This is how you can set a private password, so only clients that provide the correct password can connect. To remove a password from the server use "" without spaces.


Taken from the guides section................just put rcon in front of the commands.