Post: adding another page to players list help!
04-10-2016, 10:34 AM #1
Apex_Modz-
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); can someone please help me get the page 2 on my players list to work i can get it to come up but when i click on page 2 its disconnects me and freezes my ps3 any help would be good this is how ive done it when i try putting self add_option_alt i freeze

self add_option("pOpt " + i + "_2", "Next Page", ::submenu, "" + i + "_4", "[" + verificationToColor(player.MenuAccess) + "^7] " + name);

self add_menu("pOpt_" + i + "_4" + verificationToColor(player.MenuAccess) + "^7] " + name, "CoHost");
(adsbygoogle = window.adsbygoogle || []).push({});
04-11-2016, 12:46 AM #11
Originally posted by MrMoan View Post
Yea same i freeze sometimes if you want i can send you my edit so you can see the player stuff


Speak of the devil I just figured it out LOL
04-11-2016, 12:49 AM #12
Okay so basically we have the default page adding where you add a new section under the client normal which is done like this

          		self add_option("pOpt " + i, "Options", ::submenu, "pOpt " + i + "_2", "[" + verificationToColor(player.status) + "^7] " + playerName);
self add_menu("pOpt " + i + "_2", "pOpt " + i, "[" + verificationToColor(player.status) + "^7] " + playerName, "Co-Host");
self add_option("pOpt " + i + "_2", "Kick Player", ::kickPlayer, player);



Then to add a new page you do this

    					self add_option("pOpt " + i + "_2", "Page 2", ::submenu, "PlayersMenu2" + i, "^FPage 2");
self add_menu("PlayersMenu2" + i, "pOpt " + i + "_2", "Co-Host");


self add_option("PlayersMenu2" + i, "Kick Player", ::kickPlayer, player);
self add_option("PlayersMenu2" + i, "Kick Player", ::kickPlayer, player);
self add_option("PlayersMenu2" + i, "Kick Player", ::kickPlayer, player);
self add_option("PlayersMenu2" + i, "TEST", ::kickPlayer, player);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo