Originally Posted by Electric_
Are you using rcon to change the game mode?
Code:
rcon_password "password_here_no_quotes"
rcon sv_gamemode "gamemode_here_no_quotes" (versus, survival, or coop)
If you don't have an rcon password set up, add this line to your servers config file:
Code:
rcon password "password_with_quotes"
|
Completely incorrect, first of all "sv_gamemode" does not exist. Second of all, "rcon password 'password_with_quotes'" will change the password of the server, not the rcon_password, it should be "rcon_password 'password_with_quotes'".
Originally Posted by NightLinks
Thanks Electric_,
A member in my community posted the answer to my question here.
|
Could you please post the solution NightLinks so that people who find this thread can know the solution? (It is the first result on Google)
I know mp_gamemode changes the game mode on Left 4 Dead (1), but Left 4 Dead 2 has no such command.