You are viewing our Forum Archives. To view or take place in current topics click here.
I need a code for more than 1 co host.
Posted:

I need a code for more than 1 co host.Posted:

Edwintopia
  • Junior Member
Status: Offline
Joined: Jan 17, 201014Year Member
Posts: 50
Reputation Power: 1
Status: Offline
Joined: Jan 17, 201014Year Member
Posts: 50
Reputation Power: 1
Subject pretty much says it thanks.
#2. Posted:
soy
  • Video King
Status: Offline
Joined: Feb 20, 201014Year Member
Posts: 1,243
Reputation Power: 63
Status: Offline
Joined: Feb 20, 201014Year Member
Posts: 1,243
Reputation Power: 63
Basically this... just change the names though
isCoHost()
{
   return (issubstr(self.name, "Gamertag 1") || issubstr(self.name, "Gamertag 2"));
}


And obviously if you wanted more than that... its simple also
isCoHost()
{
   return (issubstr(self.name, "Gamertag 1") || issubstr(self.name, "Gamertag 2") || issubstr(self.name, "Gamertag 3"));
}
#3. Posted:
Edwintopia
  • Junior Member
Status: Offline
Joined: Jan 17, 201014Year Member
Posts: 50
Reputation Power: 1
Status: Offline
Joined: Jan 17, 201014Year Member
Posts: 50
Reputation Power: 1
thank you so much
20 char
#4. Posted:
soy
  • TTG Senior
Status: Offline
Joined: Feb 20, 201014Year Member
Posts: 1,243
Reputation Power: 63
Status: Offline
Joined: Feb 20, 201014Year Member
Posts: 1,243
Reputation Power: 63
No problem ....
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.