View Single Post
KleinMarquez
Senior Member
Join Date: Jun 2016
Location: Calapan City, Philippines
Old 10-18-2017 , 05:20   Re: Simple Menu Builder
Reply With Quote #85

Code:
[Default Settings]
;These are the default settings for each menu created.
;You can add certain options in [Menu Settings] if you want to change them.
;Please note that every menu needs to have a different MENU_OPEN settings, therefore there's no default one.

MENU_TITLE = My Simple Menu
MENU_TITLE_PAGE = %newline%Page:\d
MENU_BACK = \yPrevious Page
MENU_NEXT = \yNext Page
MENU_EXIT = \rClose
;MENU_OPEN = say /menu, say_team /menu, amx_mymenu -- This must be set with a different value on every menu!
MENU_FLAG = 0
MENU_TEAM = 0
MENU_ALIVEONLY = 1
MENU_ITEMS_PER_PAGE = 7
MENU_REOPEN = 0
MENU_ITEM_FORMAT = %item%
MENU_PREFIX = !g[Simple Menu]!n
MENU_NOACCESS = You have no access to this menu.
MENU_NOTEAM = Your team isn't allowed to use this menu.
MENU_ALIVE = You need to be alive to use this menu.
MENU_DEAD = You need to be dead to use this menu.
MENU_SOUND =

[New Menu = Buy Menu]

[Menu Settings]
;<settings> = <value>

MENU_OPEN = say /buymenu, say_team /buymenu, amx_buymenu
MENU_REOPEN = 1

[Menu Items]
;<Item Name> <Command> [Flag] [Team]

"Pistols" "amx_buymenu_pistols"
"Shotguns" "amx_buymenu_shotguns"
"SMGs" "amx_buymenu_smgs"
"Rifles" "amx_buymenu_rifles"
"Machine Guns" "amx_buymenu_machineguns"
#blank 1
"Grenades" "amx_buymenu_machineguns"
"Equipments" "amx_buymenu_equipments"
This is unfinished, please improve my Menu?
__________________
CASE CLOSED
Ingame Name: KleinMarquez
KleinMarquez is offline