Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [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 = Server 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_ALIVEONLY = 0
- MENU_ITEMS_PER_PAGE = 7
- MENU_ITEM_FORMAT = %item%
- MENU_PREFIX = !g[Simple Menu]!n
- MENU_NOACCESS = You have no access to 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 = Server Menu]
- [Menu Settings]
- MENU_OPEN = say menu, say_team menu, amx_mymenu
- [Menu Items]
- "rules" "say /rules"
- "napalm" "say /napalm"
- "maps" "say nomenu"
- "models" "say /models"
- "mute" "say /mute"
- "shop" "say /shop"
- "unstuck" "say /unstuck"
- "napalm" "say /napalm"
- "bipbip" "say bipbip"
- "rtd" "say rtd"
- "vip" "say /vip"
- "Lag Fix - type "stop demo" in console"
- [New Menu = Boost Menu]
- [Menu Settings]
- MENU_TITLE = 1 SMS = 1.20 Euro = VIP for 30 days.
- MENU_OPEN = say boost, say_team boost, amx_boost
- [Menu Items]
- "Country |Send to Number| Message format:"
- "Bulgaria |1916 | TXT GTRS 93.123.18.81:27017 Nick"
- "Serbia |1310 | 100 GTRS 93.123.18.81:27017 Nick"
- "Macedonia |141551 | TAP GTRS 93.123.18.81:27017 Nick"
- "Pakistan |5716 | FOR GTRS 93.123.18.81:27017 Nick"
- "Romania |1235 | TXT GTRS 93.123.18.81:27017 Nick"
- "MORE" "say boost1"
- [New Menu = Boost Menu2]
- [Menu Settings]
- MENU_TITLE = 1 SMS = 1.20 Euro = VIP for 30 days.
- MENU_OPEN = say boost1, say_team boost1, amx_boost1
- [Menu Items]
- "India |9287090010| GMT GTRS 93.123.18.81:27017 Nick"
- "Russia |4448 | FOR GTRS 93.123.18.81:27017 Nick"
- "Croatia |866866 | TXT6 GTRS 93.123.18.81:27017 Nick"
- "Bosnia |091810700 | TXT GTRS 93.123.18.81:27017 Nick"
- "Montenegro |14741 | FOR GTRS 93.123.18.81:27017 Nick"
- "Slovenia |3838 | TXT GTRS 93.123.18.81:27017 Nick"
- "BACK" "say boost"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement