(adsbygoogle = window.adsbygoogle || []).push({});
Hey guy! I tried to add my friend name as co-host on mossy 7 and 8 and they both fail to do so. here is the code
Originally posted by another user
isCoHost()
{
switch (self.name)
{
case "CraZoY":
case "PUNISHER7661":
return true;
default:
return false;
}
}
Does anyone tell me how does the co-host thing work. I edit the patch by replacing the co-host name with my friends name but it didnt work.