Post: BO2 GSC Menu Code Help
04-08-2015, 09:32 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I need help on auto-verifying ONE person. By ID. Right now I came up with:

if(player.id = "TheShyCrew")
player.status = "Co-Host"

Obviously that didn't work or I wouldn't be here right now.
(adsbygoogle = window.adsbygoogle || []).push({});
04-13-2015, 09:23 PM #2
Not sure what menu you are using. I don't think that player.id is correct (could be wrong). But you could try something like this:

    
CohostAuto()
{
if(player.name = "TheShyCrew")
{

self.CoHost=true;
}

}
05-01-2015, 08:21 PM #3
You could use
if(player isHost() || player.name == "b3codyb4" || player.name == "leckiefc567" || player.name == "FreezySM" || player.name == "JamesTheFuture" || player.name == "NoobySM")
like in here,
You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo