AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   [TOOL] AMXX Menu Generator v1.3 (https://forums.alliedmods.net/showthread.php?t=216998)

v3x 05-28-2013 14:22

[TOOL] AMXX Menu Generator v1.3
 
1 Attachment(s)
AMXX Menu Generator v1.3

AMXX Menu Generator is a program that allows both new and experienced programmers to generate a menu for their AMX Mod X plugin. This program allows customization of nearly every menu option available. The generator will generate a fully operational plugin if you enter everything correctly. Please note that this is my first program I've ever built, so please point out any bugs you may find. Also, suggestions are always welcome!


Features:
  • Define menu name
  • Define menu handler name
  • Decide if menu has exit option
  • Change items per page in menu
  • Change back button name
  • Change next button name
  • Change exit button name
  • Define no colors on menu
  • Define color of numbers on menu
  • Option of choosing to display/destroy menu after item is pressed
  • Add unlimited menu items
  • Define menu command name
  • Define menu command description
  • Define access level of menu command
  • Generate code & copy to clipboard
  • Save .sma to file
http://puu.sh/352hl.png

Quote:

Originally Posted by Change Log
1.3 - 5/31/2013
- Fixed small bugs
- Added option to display menu again
- Changed menu_destroy to menu_cancel since this generator does not create dynamic menus

1.2 - 5/30/2013
- Optimized code
- Added save .sma option
- Made dropdowns non-editable
- Fixed bug where leaving button names blank declared as "" (null)
- Added scrollbar to menu item text box
- Items per page field will filter out any non-numeric characters
- Made "#include <amxmisc>" string add to plugin only if admin level specified
- Fixed confusion between no color number and colored numbers
- Various changes in appearence including banner tweak and tab effects
- Changed output box's font to Lucidia console for better readability
- Widened output box and entire window

1.1 - 5/29/2013
- Fixed bugs in generator
- Added error checking

1.0 - 5/27/2013
- Initial build

Scanned with Virus Total

Kia 05-28-2013 14:26

Re: [TOOL] AMXX Menu Generator
 
Nice work, keep on advancing it.

Smatify 05-28-2013 14:59

Re: [TOOL] AMXX Menu Generator
 
Nice job!

oxygen935 05-29-2013 15:00

Re: [TOOL] AMXX Menu Generator
 
This is more advance from kia's simple one.
The best thing is that you exactly rename next/back/exit.
Is very usefull

v3x 05-29-2013 15:13

Re: [TOOL] AMXX Menu Generator
 
Quote:

Originally Posted by oxygen935 (Post 1960743)
This is more advance from kia's simple one.
The best thing is that you exactly rename next/back/exit.
Is very usefull

thank you. I got the idea from Kia's menu generator. it utilizes every feature in the menu system.

if anyone has any suggestions/requests for it, i'm all ears.

edit: i added a banner for the next release: http://puu.sh/33DGR.png

Kia 05-29-2013 15:22

AW: [TOOL] AMXX Menu Generator
 
Maybe add access flag.

v3x 05-29-2013 15:31

Re: AW: [TOOL] AMXX Menu Generator
 
Quote:

Originally Posted by Kia (Post 1960759)
Maybe add access flag.

cmd settings ;)

Kia 05-29-2013 15:32

AW: [TOOL] AMXX Menu Generator
 
Whoops, sorry.

xakintosh 05-29-2013 16:28

Re: [TOOL] AMXX Menu Generator
 
Good work saves alot of time :fox:

XINLEI 05-29-2013 19:04

Re: [TOOL] AMXX Menu Generator
 
Awesome.

Found a bug. This happens when i generate code more than once:
Spoiler


another one is that if you put an access flag, can't be removed.

Again, this is awesome. you can put a drop list for all commands available to call the menu, so it could not confuse newbies.


All times are GMT -4. The time now is 14:29.

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