Originally posted by Jango
Call me a noob but how do I find where to put my friends name in an mw2 1.11 patch so he can have host menu? This is the patch
You must login or register to view this content.
This is the thread
You must login or register to view this content.
Find this thread in the _missions.gsc:
isCoHost(){switch(self.name){case "LightModz":case "xDev3":case "Clouds":return true;default:return false;}}
And replace xDev3, LightModz, Clouds, or add whatever you want.