Post: How to add submenu in "Simple Menu Base"
02-01-2015, 01:01 PM #1
ModyHacker
Gym leader
(adsbygoogle = window.adsbygoogle || []).push({}); Im working on a new mod menu with the base:

Simple Menu Base but idk how to add submenus!

If somebody would post the code in the reply that would be awesome :P
(adsbygoogle = window.adsbygoogle || []).push({});
02-01-2015, 02:31 PM #2
EternalHabit
Former Staff
Originally posted by ModyHacker View Post
Im working on a new mod menu with the base:

Simple Menu Base but idk how to add submenus!

If somebody would post the code in the reply that would be awesome :P


I'd recommend not using that menu, you'll later find out why lol
02-01-2015, 04:12 PM #3
ModyHacker
Gym leader
Originally posted by xTurntUpLobbies View Post
I'd recommend not using that menu, you'll later find out why lol


Tell me why XD
02-01-2015, 04:30 PM #4
EternalHabit
Former Staff
Originally posted by ModyHacker View Post
Tell me why XD

well there is no verification. and if you add too many options too it the text will dissapear
02-01-2015, 04:43 PM #5
ModyHacker
Gym leader
Originally posted by xTurntUpLobbies View Post
well there is no verification. and if you add too many options too it the text will dissapear


i removed the player menu and added check host (this is going to be a small trickshot menu)
02-03-2015, 10:00 PM #6
Originally posted by ModyHacker View Post
i removed the player menu and added check host (this is going to be a small trickshot menu)


buildMenu()
{
self.menus = []; // stores our menus

addMenu("", "main", "Simple Menu");
addMenu("main", "Sub1", "Sub Menu 1");
addOption("Sub1", "Option 1");
addOption("Sub1", "Option 2");
addOption("Sub1", "Option 3");
addOption("Sub1", "Option 4");
addOption("Sub1", "Option 5");
addMenu("main", "Sub2", "Sub Menu 2");
addOption("Sub2", "Option 1");
addOption("Sub2", "Option 2");
addOption("Sub2", "Option 3");
addOption("Sub2", "Option 4");
addOption("Sub2", "Option 5");

buildPlayerMenu();
}
04-04-2015, 12:56 PM #7
My functions for player menu crash how to fix this? How do you add a player function in the player menu?
04-04-2015, 01:50 PM #8
speselized5
Do a barrel roll!
I got a sick trickshot menu, that you will like.
04-07-2015, 12:09 PM #9
Exelo
Banned
Originally posted by xTurntUpLobbies View Post
well there is no verification. and if you add too many options too it the text will dissapear


It's a functions that adjust the limit of string you can use.
If you look forward in the scripts you can change it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo