Raised This Month: $51 Target: $400
 12% 

[INC] Menu stocks


Post New Thread Reply   
 
Thread Tools Display Modes
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 08-03-2016 , 23:53   Re: [INC] Menu stocks
Reply With Quote #11

Quote:
Originally Posted by Farbror Godis View Post
What about something like this? (not tested, but it compiles. Also, not sure what result retagging a typdef yields, but again, it compiles)

Spoiler


EDIT: I went ahead and tested it and it seems to be working perfectly, so i decided to port all of the stocks.

Spoiler


It's used just like the Menu methodmap:
Code:
public void DisplaySuperSecretMenu(int client) {     SmartMenu menu = new SmartMenu(MenuHandler);     menu.SetTitle("Super Secret Menu");     menu.ExitButton = true;     menu.PushCell("super-secret-value", 5);     menu.AddItem("1", "Option 1");     menu.AddItem("2", "Option 2");     menu.Display(client, MENU_TIME_FOREVER); } public int MenuHandler(SmartMenu menu, MenuAction action, int param1, int param2) {     switch(action) {         case(MenuAction_Select): {             int secret_value = menu.GetCell("super-secret-value");             ...         }         case(MenuAction_End): {             delete menu;         }     } }
Might as well merge the two includes together and keep the name the same.
Drixevel is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 08-07-2016 , 17:39   Re: [INC] Menu stocks
Reply With Quote #12

I am gonna merge this as a new branch in GitHub repo.
__________________
Plugins: TeamGames
Includes: Menu stocks, ColorVariables, DownloadTableConfig

> No help through PM, make a topic.
KissLick is offline
Farbror Godis
AlliedModders Donor
Join Date: Feb 2016
Old 08-08-2016 , 16:01   Re: [INC] Menu stocks
Reply With Quote #13

Quote:
Originally Posted by KissLick View Post
I am gonna merge this as a new branch in GitHub repo.
The code in my first post had a few typos, but the code in my repo is fine so make sure you grab that one.
__________________
Farbror Godis is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:36.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode