Originally posted by spudeeelad
Does anybody have a code to change the game mode when you're already in a game for MW2?
This is for 1.11
What I have is;
case "Search & Destroy";g_gametype sd;fast restart;break;
However, this does not work. The game restarts and I get no errors, but it does not change (for example) the TDM to a game of Search & Destroy, it remains as a TDM and basically does nothing but restart the TDM.
I am unsure if I would have to change all the rules, as opposed to just game mode, in order to actually change the game?
Thanks In Advance
im not sure at all but try this? self setClientDvar( "ui_gametype", "sd" );