View Single Post
Author Message
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-28-2013 , 14:22   [TOOL] AMXX Menu Generator v1.3
Reply With Quote #1

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


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
Attached Files
File Type: zip AMXX Menu Generator 1.3.zip (178.0 KB, 8670 views)
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.

Last edited by v3x; 05-31-2013 at 04:26. Reason: got rid of sourceforge. it was taking too long to update the # of dls
v3x is offline