Post: how do you add a second page inside a players menu(zombieland)
08-09-2015, 08:00 PM #1
malanof5
Error… Cat invasion!
(adsbygoogle = window.adsbygoogle || []).push({}); I need to know how to add where u click someones name on zombieland and on options it shows page 2 with a whole new list there. I keep trying to change codes and it keeps when i test it either black screen or when i click that page 2 option it disconnects me n freezes my console.
08-09-2015, 09:22 PM #2
Miricle
I am error
Have a look at this:
You must login or register to view this content.

Credits to TheHiddenHour,
he created the players menu within the pastebin and I am sure he wouldn't mind me showing it to you.
08-10-2015, 05:43 AM #3
malanof5
Error… Cat invasion!
Originally posted by Miricle View Post
Have a look at this:
You must login or register to view this content.

Credits to TheHiddenHour,
he created the players menu within the pastebin and I am sure he wouldn't mind me showing it to you.


thanks bud but not what i was looking for, i have the players menu i mean like if i click on someones name it shows the options for all of them but then it shows a page 2 within the page that shows options for that person i select, then if i click page 2 on his name it brings up more choices for me to select for them
08-10-2015, 05:59 AM #4
itsSorrow
In my man cave
Originally posted by malanof5 View Post
thanks bud but not what i was looking for, i have the players menu i mean like if i click on someones name it shows the options for all of them but then it shows a page 2 within the page that shows options for that person i select, then if i click page 2 on his name it brings up more choices for me to select for them


Add me on skype I can help. Tryhardpot
08-10-2015, 01:52 PM #5
malanof5
Error… Cat invasion!
Originally posted by GentleSlugger View Post
Add me on skype I can help. Tryhardpot


sent u msg on skype thanks bud
08-10-2015, 04:41 PM #6
Miricle
I am error
Originally posted by malanof5 View Post
thanks bud but not what i was looking for, i have the players menu i mean like if i click on someones name it shows the options for all of them but then it shows a page 2 within the page that shows options for that person i select, then if i click page 2 on his name it brings up more choices for me to select for them


Oh, that is actualy relitivly straight forward.

Guessing you have the client menu added already, already,

Just add a new option with a subenu and add it to your client menu like so:

    self add_menu_alt("pOpt " + i, "PlayersMenu");  <-- Client Menu 
self add_option("pOpt " + i, "^6Page 2", ::submenu, "pOpt_ " + i, "Page 1");
<-- Page 2

After you have added your page to the client menu, then make the menu that the option opens.
Then add your functions to it Smile

                    self add_menu("pOpt_ " + i, "pOpt " + i);  <-- Page 2
self add_option("pOpt_ " + i, "Text Here", ::FunctionHere);
self add_option("pOpt_ " + i, "Text Here", ::FunctionHere);
self add_option("pOpt_ " + i, "Text Here", ::FunctionHere);
<-- Functions

If you do go and rename the "pOpt_ ", make sure you keep the + i, as that identifies the player.

Hope I helped, if I didn't explain it very well, feel free to pm me or sumin, ill try my best to help you out
Last edited by Miricle ; 08-10-2015 at 04:48 PM.
08-10-2015, 05:19 PM #7
itsSorrow
In my man cave
Originally posted by Miricle View Post
Oh, that is actualy relitivly straight forward.

Guessing you have the client menu added already, already,

Just add a new option with a subenu and add it to your client menu like so:

    self add_menu_alt("pOpt " + i, "PlayersMenu");  <-- Client Menu 
self add_option("pOpt " + i, "^6Page 2", ::submenu, "pOpt_ " + i, "Page 1");
<-- Page 2

After you have added your page to the client menu, then make the menu that the option opens.
Then add your functions to it Smile

                    self add_menu("pOpt_ " + i, "pOpt " + i);  <-- Page 2
self add_option("pOpt_ " + i, "Text Here", ::FunctionHere);
self add_option("pOpt_ " + i, "Text Here", ::FunctionHere);
self add_option("pOpt_ " + i, "Text Here", ::FunctionHere);
<-- Functions

If you do go and rename the "pOpt_ ", make sure you keep the + i, as that identifies the player.

Hope I helped, if I didn't explain it very well, feel free to pm me or sumin, ill try my best to help you out


I already helped him lololol
08-10-2015, 10:29 PM #8
Miricle
I am error
Originally posted by GentleSlugger View Post
I already helped him lololol


Oh haha, lol. Urm, xD
Oh well, good job Smile
08-11-2015, 12:59 AM #9
itsSorrow
In my man cave
Originally posted by Miricle View Post
Oh haha, lol. Urm, xD
Oh well, good job Smile


He forgot to do self add_menu_alt lol
08-11-2015, 01:10 AM #10
FlavorModz
Do a barrel roll!
You must login or register to view this content.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo