, but anyway as I am allowed back now I thought I will start posting again.
, I will also be posting a base for bo2 and mw3
, but anyway as I am allowed back now I thought I will start posting again.
, I will also be posting a base for bo2 and mw3
, but anyway as I am allowed back now I thought I will start posting again.
, I will also be posting a base for bo2 and mw3

https://prntscr.com/2gp8y2
https://prntscr.com/2gp97n
https://prntscr.com/2gp9mb
https://prntscr.com/2gp9r3
public static menu_s[] MenuBase = new menu_s[18];
public struct menu_s
{
public decimal jetcount;
public decimal count;
public bool MenuOpen;
public int MenuScroll;
public string SubMenu;
public string LoadedMenuString;
public verification_t Status;
//public bool IsVerified; <- You don't need this. Just do if struct.Status > verification_t.none
public string LoadedTitleString
}
enum verification_t
{
none,
player,
vip,
cohost,
host
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.