
08-17-2002, 10:55 AM
Via rcon
[code:da5cf]rcon set sv_privateClients "x"
rcon set sv_privatepassword "password" [/code:da5cf]
Where x is the number of slots you wish passworded.
Where password is the password you want to use.
To remove the password from your server:
[code:da5cf]rcon set sv_privatepassword "" [/code:da5cf]
Notice one space after sv_privatepassword and no spaces between the quotes. You can send this command to the server via rcon. but remember if the password is part of your server.cfg file it will be reset upon restarting your mohaa.exe.
|