Originally posted by HaXz
I am using hidden gold v4.3 and I was wondering I seen some other modder do this on W@W and I was wondering if I could do it, So he made a lobby where it was like a private match in a public match. he had 18 slots in teamdeathmatch and he can change the map or the gamemode whenever he wanted to. So I was just wondering If I was able to do that becuase that is sweet and also I would get host everytime.
Add this to your menu
//Private match to online
self setClientDvar ("xblive_privatematch "0");
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );
//Force host
self setClientDvar( "party_iAmhost", "1");
self setClientDvar("party_connectToOthers", "0" );
self setClientDvar("party_hostmigration", "0" );
self setClientDvar("party_connectTimeout", "0" );
self setClientDvar( "sv_hostname", "YOUR NAME HERE" );
self setClientDvar("badhost_minTotalClientsForHappyTest", "1" );