View Single Post
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 02-13-2008 , 10:33   Re: Official AMX Super Menu
Reply With Quote #2

Reserved for update logs and plugin attachments

Below shows planned updates and what they will include
Quote:
Originally Posted by Upcoming Log
Version 0.0.0
* Added amx_weapon menu
* Added seperate command to trigger amx_weapon menu
* Lang file expected to be finished. Translation request post made


Version 0.9.0
* Secret

Version 1.0.0
* Release of final stable version
* Hopefully lang file will be nearing completion with translations

Below shows what has changed/added in each released version
Quote:
Originally Posted by Change Log
Version 0.8.2
* Bug Fix: Some Lock Team display thing
* Added new cvar that allows the Exit buttons to take you back to the main menu.
* Make colors in menus match each other
* Add redisplaying of menu after each choice

Version 0.8.1
* Fixed the menus from not working correctly
* Fixed the edit commands
* Added the menu to the amxmodmenu
* Updated Lang file with new translations

Version 0.7.3
* Fixed error that prevented arrays from initilizing
* Updated Lang file with new translations

Version 0.7.2
* Fixed dynamic menus from not appearing (hopefully)
* Updated Lang file with new translations

Version 0.7.1
* Plugin forced to be AMXx 1.8 ONLY
* supermenu_* commands no longer have a required limit to parameters
* Added a better description on what the supermenu_* commands are for
* Added commands amx_supermenu and amx_supermenu_edit
* Updated Lang file with new translations
* Attached compiled version in case you don't want to compile it

Version 0.6.1
* Reduced amount of code and file size by more than half
* Bug Fix: Money menu would display a ML Not Found error
* This will be the last version that will be able to run on 1.76d and below
* Added all ML translations that have been provided in the translation request post so far

Version 0.5.3
* Bug Fix: Hopefully fixed out of bounds errors
* Bug Fix: Forced menu options to start over
* Made the Bury/Unbury titles change depending on what menu you are viewing
* Translation post has been made, click here
* Note: amx_weapon menu will not be in the 1.0 version


Version 0.5.2
* Add @team features to menus that use it
* Allowed you to target yourself (with immunity)
* Bug Fix: Menu Option 8 still didn't work, fixed this time
* Bug Fix: Gag menu was disabled.
* Lang file updated

Version 0.5.1
* Add amx_gag, amx_ungag, and amx_badaim menus
* Add @team features to menus that use it (delayed until 0.5.2)
* Give/Take Money menu will be one menu
* Bug Fix: Menus after Bury would display the incorrect title
* Bug Fix: A lot of the menus would display the total pages incorrectly
* Bug Fix: supermenu_edit commands will alter the menus incorrectly
* Bug Fix: Menus wouldn't display option 8 correctly
*Lang File modified

Version 0.4.3
* Reverted Lock/Unlock change made in 0.4.1
* Made Bury/Unbury menu displayed like Lock/Unlock
* Bug Fix: Any menu after Bury/Unbury would give the incorrect command.
* Bug Fix: Fixed run time errors found here, with the exception of the last one. Please provide entire error log for further assistance
* Lang file modified. Must download new one for 0.4.3 to display correctly.
* Updated Planned Updates log

Version 0.4.2
* Bug Fix: Menu wouldn't display due to missing functions

Version 0.4.1
* Added amx_heal, amx_armor, amx_stack, amx_bury, amx_unbury, amx_slay2, amx_godmode, amx_noclip, amx_speed, amx_unammo, amx_swap, amx_givemoney, amx_takemoney menus
* Usage of commands have changed
* Changed the way the the Lock/Unlocked menu is displayed
* Lang file has been updated
* Random Fun Fact: There are now 26 commands in this menu. 2703 lines of code, mostly repeating itself

Version 0.3.3
* Added amx_teamswap menu at Czarny Iwan request
* Lang file has been updated
* Bug Fix: Removed number appearing in console when you choose an option on the Lock Menu

Version 0.3.2
* Fixed version number in the plugin
* Bug Fix: Last 4 menus weren't being handled
* Bug Fix: Unlock Menu showing option 5 as Unlock Team

Version 0.3.1
* Bug Fix: Lock/Unlock menus not working like they should. Redid them using the old menu style
* Added some comments to the beginning of the plugin, includes credits and GPL license
* Added amx_fire menu
* Added amx_disarm menu
* Added amx_rocket menu
* Added amx_uberslap menu
* Added amx_revive menu
* Added amx_quit menu
* Added amx_drug menu
* Added amx_flash menu
* Note: If you have ADMIN_IMMUNITY, menu blocks usage for that player
* Lang file has been updated

Version 0.2.3
* Menu will now disable items that the user does not have access to
* Plugin still doesn't need 1.8 as I found another way to do the above change without forcing an upgrade. 1.8 only is still planned though

Version 0.2.2
* Bug Fix: supermenu_extendtimes wouldn't rebuild the menu correctly
* Bug Fix: supermenu_gravityvalues wouldn't rebuild the menu correctly
* Fixed compiler bug

Version 0.2.1
* Added amx_gravity menu
* Added command to change amx_gravity values
* Bug Fix: supermenu_extendtimes would not save/rebuild the menu
* Bug Fix: supermenu_extendtimes would print a message 6 times when it only needed to print it once
* ML file updated

Version 0.1.1
* Added command to change the amx_extend times

Version 0.1
* Added amx_lock/unlock, amx_alltalk, and amx_extend features
* ML compatiable
* Requires amx_super.amxx to be running, otherwise it will fail
* Will compile on Online Compiler for now
Cvars:
supermenu_func 0/1 Default 0
Setting this to 0 will cause all Exit buttons to exit completely out of the menu. Setting it to 1 will cause the Exit buttons display the main menu again.


Commands:
Access Menu
In chat: /supermenu
In console: supermenu

Edit Menu Values
supermenu_edit <command> <value1> [value2] [value3] [value4] ...
Valid params for <command>: "gravity", "armor", "heal", "money", "extend", "gag"
<value1> MUST BE FILLED OUT for command to work. You can continue adding more values as you wish. There is no max
This command will edit the values that are displayed for the above commands


If you wish to try BETA OR UNSUPPORTED version, download it from my svn.


Most updates will be released untested as most of the time, I do not have access to CZ to test them
Attached Files
File Type: txt amx_super_menu.txt (19.0 KB, 2693 views)
File Type: sma Get Plugin or Get Source (amx_super_menu.sma - 4413 views - 29.5 KB)
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).

Last edited by YamiKaitou; 03-12-2009 at 11:54. Reason: Released version 0.8.2
YamiKaitou is offline