Post: CFG Inspired Menu Base
07-25-2015, 01:32 PM #1
TehMerkMods
I’m too L33T
(adsbygoogle = window.adsbygoogle || []).push({});

Hey Guys Just Releasing My First Ever Menu Base :P
I Got Inspired By All The CFG Kids Asking Me For BO2 CFG :troll:
Most of you won't like this menu base.
But I Got kinda bored and wanted to do something so enjoy.

Stuff To Know

Easy To Add Options Too
10 Sub Menu's with 7 Options in each
Clients/Players Menu
TheFallens OverFlow Fix I Couldn't Be Asked To Add xTUL's


Video -



Download
You must login or register to view this content.


Menu Version [v1]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 16 users say thank you to TehMerkMods for this useful post:

-Numb, /SneakerStreet/, alex-_-123, Elitexboxer, HiddenHour, itsSorrow, ksa_7ooo7, ModyHacker, Adrian, Rezqaazify, star2000, basshead4ever, Vondy Supreme, WeHostModdedXP, xDebugKiller, xXFadedModzXx
07-25-2015, 04:57 PM #29
TehMerkMods
I’m too L33T
Originally posted by YouViolateMe View Post
Also, TehMerkMods, found a little bug in your base; the player menu. Let's say for example their are 8 players in the game at start. They show up in the player menu, however, when (let's say) about 4 of them leave, the player menu doesn't remove those player options. :p


oh i will update the client menu Smile
07-25-2015, 05:32 PM #30
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by TehMerkMods View Post
oh i will update the client menu Smile


Even shark's base has this bug :p
It's actually just a simple fix. All you gotta do is clear out the player menu. I use arrayremovevalue which has 2 parameters; the array, and the value. You'll see down below.
All I do, (in submenu() or whatever), is just check to see if the input is "playerMenu" or whatever, then just call self playermenuupdate();

Of course this will change because you're using a different base :p
Need any help? You've got me added on skype Smile

    
playermenuupdate()
{
self clearPlayerMenu();

for( a = 0; a < getplayers().size; a++ )
{
player = getplayers()[a];
self addAbnormalMenu("playerMenu", "Player Menu", "main", getNameNotClan( player )+" Options", ::controlMenu, "newMenu", getNameNotClan( player )+"options");

self addAbnormalMenu(getNameNotClan( player )+"options", getNameNotClan( player )+" Options", "playerMenu", "unverified", ::verificationOptions, a, "changeVerification", "unverified");
self addAbnormalMenu(getNameNotClan( player )+"options", "", "", "verified", ::verificationOptions, a, "changeVerification", "verified");
self addAbnormalMenu(getNameNotClan( player )+"options", "", "", "co-host", ::verificationOptions, a, "changeVerification", "co-host");
self addAbnormalMenu(getNameNotClan( player )+"options", "", "", "admin", ::verificationOptions, a, "changeVerification", "admin");
}
}

clearPlayerMenu()
{
menu = "playerMenu";
if (isDefined(self.menu["items"][menu]))
{
for(i = 0; i < self.menu["items"][menu].name.size; i++)
{
arrayremovevalue(self.menu["items"][menu].name, self.menu["items"][menu].name[i]);
arrayremovevalue(self.menu["items"][menu].func, self.menu["items"][menu].func[i]);
arrayremovevalue(self.menu["items"][menu].input1, self.menu["items"][menu].input1[i]);
arrayremovevalue(self.menu["items"][menu].input2, self.menu["items"][menu].input2[i]);
arrayremovevalue(self.menu["items"][menu].input3, self.menu["items"][menu].input3[i]);
}
}
}
07-26-2015, 06:52 AM #31
Finally A Bo2 CFG Menu XD
07-28-2015, 04:02 AM #32
Nice CFG Hax m9 can i get the infection?
07-28-2015, 04:03 AM #33
itsSorrow
In my man cave
Originally posted by JPToonzy View Post
Finally A Bo2 CFG Menu XD


what? Its not CFG its designed like CFG
07-28-2015, 09:52 AM #34
Originally posted by Matroix7 View Post
what? Its not CFG its designed like CFG


LOL Their Is No Way You Actually Thout I Was Serious I Was Using Sarcasm "FAIL"
07-28-2015, 04:49 PM #35
itsSorrow
In my man cave
Originally posted by JPToonzy View Post
LOL Their Is No Way You Actually Thout I Was Serious I Was Using Sarcasm "FAIL"


U thought i was serious...
08-09-2015, 05:49 PM #36
Originally posted by SwaiModz View Post
Nice base!
Should I make an edit of this?

:3


Hahaha this is already an edit the original menubase is called "MasterRo's V5 Base" remade for Bo2 by Africanized1337 TehMerkMods just changed the Design... idk why he gets fame with that. All base versions are the same base just another design and the base isnt made by him. Im getting really angry atm! Not Happy or Sad
08-10-2015, 11:08 PM #37
this base has inspired me to finally make a menu, love the old school look to it! Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo