Post: (Help) How to auto Co-Host Someone
06-24-2015, 05:24 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Okay so in Mw2 You could code the menu with someones name and then they will automatically get the menu when there in the game. Is there anyway of getting this on BO2?
06-24-2015, 05:48 PM #2
itsSorrow
In my man cave
ask merk
06-24-2015, 06:02 PM #3
TehMerkMods
I’m too L33T
Originally posted by Breadboy981 View Post
Okay so in Mw2 You could code the menu with someones name and then they will automatically get the menu when there in the game. Is there anyway of getting this on BO2?


if(self isHost() || self getName() == "name" || player.name == "name" || player.name == "name" || player.name == "[clan]name" || player.name == "name")
{
//put your auto verification level here
}
06-24-2015, 06:14 PM #4
thanks man, add me on Skype? breadboy981 i need to ask other things
06-30-2015, 05:31 AM #5
itsSorrow
In my man cave
Originally posted by TehMerkMods View Post
if(self isHost() || self getName() == "name" || player.name == "name" || player.name == "name" || player.name == "[clan]name" || player.name == "name")
{
//put your auto verification level here
}


wont work.. where do u put it?
06-30-2015, 05:40 AM #6
itsSorrow
In my man cave
nvm.. got it working
07-02-2015, 03:44 AM #7
kaymarie123
Do a barrel roll!
Originally posted by Matroix7 View Post
nvm.. got it working


how did you get it to work LOL
07-02-2015, 04:29 PM #8
itsSorrow
In my man cave
Originally posted by kaymarie123 View Post
how did you get it to work LOL


its pretty simple..

add it under the onplayerspawned()

but under ur host, cohost,admin thing
example:
    if( self.status == "Host" || self.status == "Co-Host" || self.status == "Admin" || self.status == "VIP" || self.status == "Verified")
{
}
else if(self.CoHost == true || self.name == "Aeon_Gentle" || self.name == "Slaves4Trade" || self.name == "Bro-Smalls" || self.name == "ImNotTxbo" || self.name == "bexstar1010" || self.name == "lelnubs" || self.name == "Nigga-" || self.name == "MyNiggaHere")
{

The following user thanked itsSorrow for this useful post:

kaymarie123
07-02-2015, 11:18 PM #9
kaymarie123
Do a barrel roll!
Originally posted by Matroix7 View Post
its pretty simple..

add it under the onplayerspawned()

but under ur host, cohost,admin thing
example:
    if( self.status == "Host" || self.status == "Co-Host" || self.status == "Admin" || self.status == "VIP" || self.status == "Verified")
{
}
else if(self.CoHost == true || self.name == "Aeon_Gentle" || self.name == "Slaves4Trade" || self.name == "Bro-Smalls" || self.name == "ImNotTxbo" || self.name == "bexstar1010" || self.name == "lelnubs" || self.name == "Nigga-" || self.name == "MyNiggaHere")
{


oh thanks i got it
07-02-2015, 11:58 PM #10
itsSorrow
In my man cave
Originally posted by kaymarie123 View Post
oh thanks i got it


No Problem!

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo