PDA

View Full Version : Gamepassword problems


254thplayer
12-06-2003, 02:29 PM
I've tried browsing the forums and can't really find anything that helped.

Anyway heres my problem, originally one of my guys went and enabled a password to join the game. I've taken off the password with /rcon g_password none, so people can enter without one. So all that works but my problem is that when you try to join a game, my server shows up with a X in the password column, when there isn't a password. So anyone know how to get rid of that X? Any help will be appreciated.

Resolution208
12-06-2003, 03:23 PM
I've tried browsing the forums and can't really find anything that helped.

Anyway heres my problem, originally one of my guys went and enabled a password to join the game. I've taken off the password with /rcon g_password none, so people can enter without one. So all that works but my problem is that when you try to join a game, my server shows up with a X in the password column, when there isn't a password. So anyone know how to get rid of that X? Any help will be appreciated.

seta pswrd "0"

The "pswrd" variable controls whether or not your server requires a password. (ie whether ir not to show the "X" beside your server name). "0" is off, while "1" is on.

- R208.

ClickBouyow
12-07-2003, 11:41 AM
It should be this:

set g_password ""

You need the double ""