Posts: 21
Threads: 9
Joined: May 2012
Reputation:
0
Hi
As u know !setpw has bug and doesn't work.
I need a method for setting and removing password on server from inside of game.
Thanks
Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
For MW2 on 4x1 *better not be using the other alter guys* it's in your server.cfg
set privateMatch_serverPassword
Do not take life too seriously. You will never get out of it alive.
Posts: 592
Threads: 67
Joined: Apr 2012
Reputation:
17
06-26-2012, 08:23
(This post was last modified: 06-26-2012, 08:27 by RaZ.)
IF you using 4x1, set in server config:
set rcon_password "Lookma'Password"
set privateMatch_serverPassword "" <-leave it blank ""
Start your server without password & when you want to set a password, then press 0 for console & type:
rcon login Lookma'Password (this will login to your server RCON acess)
press enter,
then
rcon privateMatch_serverPassword "wtfisPW"
Now your server is passworded.
To unset it, use same method:
rcon login Lookma'Password
press enter,
then
rcon privateMatch_serverPassword ""
Or use:
rcon exec server.cfg <- (this will load the blank privateMatch_serverPassword "" command from the configfile)
If you don't want to use the rcon you can use:
rcon logout
IF you using another client, then use the same commands as I wrote, just use an RCON tool.
Posts: 21
Threads: 9
Joined: May 2012
Reputation:
0
I have MANU and don't have consol in the game !
what about now mate?
Posts: 21
Threads: 9
Joined: May 2012
Reputation:
0
I have done what u said.
But there is only one problem.
When MANU is connected to server,Rcon Tool can not connect.but as i disconnect MANU,it can.
how can is solve this ?
Posts: 592
Threads: 67
Joined: Apr 2012
Reputation:
17
06-30-2012, 22:36
(This post was last modified: 06-30-2012, 22:36 by RaZ.)
It is must connect, I don't know why it can't connect when manu is connected.
Maybe ask your server hosting about their firewall.