Post: How to add page in a sub menu
03-07-2016, 06:18 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Can anyone tell me how to add a 2nd page in a sub menu I will greatly appreciate it for instance I click on spawnables then I can click pag2 2 and ope another menu
(adsbygoogle = window.adsbygoogle || []).push({});
03-08-2016, 07:41 AM #2
Default Avatar
Remy
Guest
Originally posted by OKGEVILMANIAC View Post
Can anyone tell me how to add a 2nd page in a sub menu I will greatly appreciate it for instance I click on spawnables then I can click pag2 2 and ope another menu


Is this a GSC menu? If so there is a section specifically for You must login or register to view this content..
03-08-2016, 02:15 PM #3
Originally posted by Remy View Post
Is this a GSC menu? If so there is a section specifically for You must login or register to view this content..


You're in that section already :}
03-08-2016, 05:04 PM #4
seanhellen
Are you high?
Ok, I am working with Sharks menu base here, so you might have to chnage it a bit but here goes...

In your menu, there should be a submenu function. This is what you use instead of putting a mod name, so instead of ::GodMode, you would put ::submenu

Within the submenu function, there will be parameters...in Sharks case, it is submenu(input, title)

So you put

    self add_option("Perks", "Page 2", ::submenu,"Perks2", "Page 2");


"Perks2" is the name I have given to my 2nd Page of the Perks menu
"Page 2" is what will be displayed in the menu

After that, you make the Page 2 menu somewhere...I put it under the page 1 just to keep everything together...so

    
self add_menu("Perks2", "Forging", "Access level 5");
self add_option("Perks2", "MOD NAME (DISPLAYED IN MENU)", ::MOD FUNCTION (EG GODMODE));
self add_option("Perks2", ...
etc


"Perks2" is the page name you gave in the previous step
"Forging" is the name of the page you want to go back to when you press the back button (square or circle usually) - so maybe Page 1 in your case
"Access level 5" is Sharks level system...this can be numbers (as here) or admin/VIP/whatever...look at your menu to find out

Hope this gave you some sort of idea Cool Man (aka Tustin)
03-08-2016, 08:37 PM #5
Default Avatar
Remy
Guest
Originally posted by John View Post
You're in that section already :}


It was moved stare

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo