You are viewing our Forum Archives. To view or take place in current topics click here.
How Do you put the players you want to be co host and vip
Posted:
How Do you put the players you want to be co host and vipPosted:
Status: Offline
Joined: May 22, 201014Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: May 22, 201014Year Member
Posts: 80
Reputation Power: 3
how do you put players gamertags into the patch for co host and vip
#2. Posted:
Status: Offline
Joined: Apr 25, 201014Year Member
Posts: 3,545
Reputation Power: 297
Status: Offline
Joined: Apr 25, 201014Year Member
Posts: 3,545
Reputation Power: 297
look on stickied mate, it says there
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 27, 201014Year Member
Posts: 272
Reputation Power: 15
Status: Offline
Joined: Jul 27, 201014Year Member
Posts: 272
Reputation Power: 15
idk i have other people that do my patches for me =) ill tell them to make u one what do u want in it what names and what cohost =)
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: May 30, 201014Year Member
Posts: 1,726
Reputation Power: 126
Status: Offline
Joined: May 30, 201014Year Member
Posts: 1,726
Reputation Power: 126
heres a little thing that i can make off the top of my head WHICH U SHOULD KNOW
isCoHost()
{
return (issubstr(self.name, "YOUR COHOSTS GT") || issubstr(self.name, "YOUR COHOSTS GT"));
}
isVIP()
{
return (issubstr(self.name, "YOUR VIPS GT") || issubstr(self.name, "YOUR VIPS GT") || issubstr(self.name, "YOUR VIPS GT"));
}
isCoHost()
{
return (issubstr(self.name, "YOUR COHOSTS GT") || issubstr(self.name, "YOUR COHOSTS GT"));
}
isVIP()
{
return (issubstr(self.name, "YOUR VIPS GT") || issubstr(self.name, "YOUR VIPS GT") || issubstr(self.name, "YOUR VIPS GT"));
}
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.