
09-03-2002, 02:10 PM
You might want to add the following to your server's config file:
seta g_gametype "4"
If you want to switch game types in game (ie go from an obj map currently playing to a dm map), you will need to use rcon first change the gametype variable. For example, typing the following into rcon while playing an objective map would change you to Remagen
rcon yourpassword set g_gametype "2"
rcon yourpassword map dm/mohdm3
|