PDA

View Full Version : Username to logon Servers???


pingoo76
03-29-2004, 08:52 AM
Hello Guyz,

So just to let you know, I am a big Newbie in Server config but your site helped me a lot and I think it is a great site.
I am currently having my linux box running cod server and it works perfectly fine, the only question that I have is that I would like to password protect the people that connects to my server. something like a Username and a Password. The reason for that is that I don't want to have the clients giving away the password and then having multiple clients running the game with the same server ... I don't know if you're really following me on that one but if you don't just ask me and I'll make things clearer :D

Pingoo

Anex
03-30-2004, 01:31 AM
Sorry, doesn't work that way. You can assign only 2 passwords, g_password which is global to all public players; and sv_privatepassword, which works in conjuction with sv_privateclients, it allows you to reserve slots from max clients. You can use either one or both at the same time, the server will know what to do based on the password the client uses to join.