Post: BO2 Mod menu Edit Freeze / invisible Text
04-15-2016, 02:21 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey all. I hope somebody can help me. So this is the problem I have:

When I edit a gsc Mod Menu ( Sharks ZombieLand ) Just for privite use. I can add Stuff in the mod menu, But only like 8 at 1 Page when i add more there is no text: So i Add a Submenu But when i do That, I Inject it And start Custom Games It Freezes At Load screen or it starts up and lags out and freeze than. the same happens when i try to add a Main Option.

I hope You can understand this and help me out?

thx
04-17-2016, 10:36 AM #11
JustFuSiOn
Are you high?
Originally posted by Ownd View Post
This One ?
    submenu(input, title, title2)
{
self.menu.options destroy();

if (!isDefined(title))
title = self.menu.subtitle[input];
if (input == "Main Menu Human")
self thread StoreText(input, "The Shop ^1(^7Status: Human^1)^7");
if (input == "PlayersMenu")
{
self updatePlayersMenu();
self thread StoreText(input, "Clients");
}
else if (input == "Main Menu Zombie")
self thread StoreText(input, "The Shop ^1(^7Status: Zombie^1)^7");
else
self thread StoreText(input, title);

if (input == "Main Menu Human")
self thread StoreText2(input, "Nemesis Zombieland");
else if (input == "Main Menu Zombie")
self thread StoreText2(input, "Nemesis Zombieland");
else
self thread StoreText2(input, title2);

self.CurMenu = input;

self.menu.scrollerpos[self.CurMenu] = self.menu.curs[self.CurMenu];
self.menu.curs[input] = self.menu.scrollerpos[input];

if (!self.menu.closeondeath)
{
self updateScrollbar();
}


Yeah, can you access Page2 of the menu?
04-17-2016, 05:29 PM #12
Originally posted by xFuSiOnMODzZ View Post
Yeah, can you access Page2 of the menu?


You mean the submenu`s that are already in the menu yes i can acces those
04-17-2016, 05:50 PM #13
JustFuSiOn
Are you high?
Originally posted by Ownd View Post
You mean the submenu`s that are already in the menu yes i can acces those


I mean Page 2 of the General menu, can you access that?
04-17-2016, 06:07 PM #14
Originally posted by xFuSiOnMODzZ View Post
I mean Page 2 of the General menu, can you access that?


Yes i can acces that. only everthing i make in menu does not work. only the mods work but submenu i make or main menu new options does not work
05-03-2016, 02:10 AM #15
Originally posted by Ownd View Post
Yes i can acces that. only everthing i make in menu does not work. only the mods work but submenu i make or main menu new options does not work


Still having issues?
05-03-2016, 02:23 AM #16
Originally posted by Frosty View Post
Still having issues?


Yes i can replase Mods and stuff and edit everything but can add new page s / menu options
03-26-2017, 08:52 PM #17
Did you ever figure out the issue ? I also have the freezing on load screen when I add another menu with submenu and options ?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo