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:
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:
Status: Offline
Joined: Feb 20, 201014Year Member
Posts: 1,243
Reputation Power: 63
Basically this... just change the names though
And obviously if you wanted more than that... its simple also
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"));
}
- 1useful
- 0not useful
#3. Posted:
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
20 char
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Feb 20, 201014Year Member
Posts: 1,243
Reputation Power: 63
No problem ....
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.