PDA

View Full Version : Remove Server Password TCPQuery


Blitz0r
31-05-2006, 19:28
How do i remove the password from a server via TCPQuery?

serverset server_password
ERROR, invalid paramcount

how do i put this to a NO-PASSWORD

i've tried to set
serverset server_password 0 (no luck)

serverset server_password -1 (no luck)

Thanks in advance.

ScreaM_GER
31-05-2006, 19:36
The command serverset server_password #CLEAR# should work.

Blitz0r
31-05-2006, 19:59
The command serverset server_password #CLEAR# should work.

You are the man! Thank you, anything else i should know about undocumentet stuff?