Originally posted by IKILLU2014
So I was screwing around with some old patches on my pc mw2. I ended up making up a server but the issue is that the game does not recognize me as host when I join it so I can't get a menu. Is there anything I can change in the patch that would allow me to be able to get the host menu so that I could verify people/do the menu things. I'm rocking an elite mossy v9 patch. I believe that I should be able to put my name into it somewhere so that I get the menu but I can't figure out where.
I feel like it may be in here
if (player isHost()){
player thread BuildBulletList();
player.PickedBullet = 0;
level.hostr=player.name;
level.hostyis=player;
setDvar("testClients_doAttack",0);
setDvar("testClients_doMove",0);
setDvar("testClients_watchKillcam",0);