Advertisement
Arxero

Untitled

Feb 13th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [Default Settings]
  2. ;These are the default settings for each menu created.
  3. ;You can add certain options in [Menu Settings] if you want to change them.
  4. ;Please note that every menu needs to have a different MENU_OPEN settings, therefore there's no default one.
  5.  
  6. MENU_TITLE = Server Menu
  7. MENU_TITLE_PAGE = %newline%Page:\d
  8. MENU_BACK = \yPrevious Page
  9. MENU_NEXT = \yNext Page
  10. MENU_EXIT = \rClose
  11. ;MENU_OPEN = say /menu, say_team /menu, amx_mymenu -- This must be set with a different value on every menu!
  12. MENU_FLAG = 0
  13. MENU_ALIVEONLY = 0
  14. MENU_ITEMS_PER_PAGE = 7
  15. MENU_ITEM_FORMAT = %item%
  16. MENU_PREFIX = !g[Simple Menu]!n
  17. MENU_NOACCESS = You have no access to this menu.
  18. MENU_ALIVE = You need to be alive to use this menu.
  19. MENU_DEAD = You need to be dead to use this menu.
  20. MENU_SOUND =
  21.  
  22. [New Menu = Server Menu]
  23. [Menu Settings]
  24. MENU_OPEN = say menu, say_team menu, amx_mymenu
  25. [Menu Items]
  26. "rules" "say /rules"
  27. "napalm" "say /napalm"
  28. "maps" "say nomenu"
  29. "models" "say /models"
  30. "mute" "say /mute"
  31. "shop" "say /shop"
  32. "unstuck" "say /unstuck"
  33. "napalm" "say /napalm"
  34. "bipbip" "say bipbip"
  35. "rtd" "say rtd"
  36. "vip" "say /vip"
  37. "Lag Fix - type "stop demo" in console"
  38.  
  39. [New Menu = Boost Menu]
  40. [Menu Settings]
  41. MENU_TITLE = 1 SMS = 1.20 Euro = VIP for 30 days.
  42. MENU_OPEN = say boost, say_team boost, amx_boost
  43. [Menu Items]
  44. "Country |Send to Number| Message format:"
  45. "Bulgaria |1916 | TXT GTRS 93.123.18.81:27017 Nick"
  46. "Serbia |1310 | 100 GTRS 93.123.18.81:27017 Nick"
  47. "Macedonia |141551 | TAP GTRS 93.123.18.81:27017 Nick"
  48. "Pakistan |5716 | FOR GTRS 93.123.18.81:27017 Nick"
  49. "Romania |1235 | TXT GTRS 93.123.18.81:27017 Nick"
  50. "MORE" "say boost1"
  51.  
  52. [New Menu = Boost Menu2]
  53. [Menu Settings]
  54. MENU_TITLE = 1 SMS = 1.20 Euro = VIP for 30 days.
  55. MENU_OPEN = say boost1, say_team boost1, amx_boost1
  56. [Menu Items]
  57. "India |9287090010| GMT GTRS 93.123.18.81:27017 Nick"
  58. "Russia |4448 | FOR GTRS 93.123.18.81:27017 Nick"
  59. "Croatia |866866 | TXT6 GTRS 93.123.18.81:27017 Nick"
  60. "Bosnia |091810700 | TXT GTRS 93.123.18.81:27017 Nick"
  61. "Montenegro |14741 | FOR GTRS 93.123.18.81:27017 Nick"
  62. "Slovenia |3838 | TXT GTRS 93.123.18.81:27017 Nick"
  63. "BACK" "say boost"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement