Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. // Command Menu definition
  2. //
  3. // Basic Format:
  4. // "<Bound Key>" "<Button Text>" "<Command sent to server>"
  5. //
  6. //
  7. //
  8. //
  9. // Buttons can also open up submenus, as follows:
  10. // {
  11. // "Some More Options",
  12. // {
  13. // ...
  14. // }
  15. // }
  16. //
  17. //
  18. // Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
  19. // around or deleted.
  20. //
  21. //
  22. // Limitations:
  23. // Maximum of 40 menus.
  24. // Maximum of 100 buttons per menu.
  25.  
  26. //--------------------------------------------------------
  27. // Everything below here is editable
  28.  
  29.  
  30. }
  31. "5" "Bindy"
  32. {
  33. "2" "Leczenie sie - SVIP" "say /menu;menuselect 5;menuselect 1"
  34. "3" "Kup FD[240$]" "say /menu;menuselect 1;menuselect 4;menuselect 2"
  35. "4" "Wykup poszukiwania[200$]" "say /menu;menuselect 1;menuselect 4;menuselect 1"
  36. "5" "2x wiekszy DMG [200$]" "say /menu;menuselect 1;menuselect 3;menuselect 5"
  37. "6" "Szybsze bieganie [192$]" "say /menu;menuselect 1;menuselect 3;menuselect 2"
  38. "7" "Wyzszy skok [160$]" "say /menu;menuselect 1;menuselect 3;menuselect 1"
  39. "8" "Nizsza grawitacja [176$]" "say /menu;menuselect 1;menuselect 3;menuselect 7"
  40. }
  41. "6" "Przydatne komendy"
  42. {
  43. "2" "Kucanie|ON" "+duck"
  44. "3" "Kucanie|OFF" "-duck"
  45. "4" "Krecenie sie w prawo|ON" "+right"
  46. "5" "Krecenie sie w prawo|OFF" "-right"
  47. "6" "Mikrofon|ON" "+voicerecord"
  48. "7" "Mikrofon|OFF" "-voicerecord"
  49. "8" "Slyszenie siebie|ON" "voice_loopback 1"
  50. "9" "Slyszenie siebie|OFF" "voice_loopback 0"
  51. }
  52. "7" "Admin"
  53. {
  54. "2" "Mafia - ON" "say /1cb"
  55. "3" "Mafia - MENU" "say /1cb2"
  56. "4" "Admin OSZYF" "jbe_revive"
  57. "5" "kick" "amx_kickmenu"
  58. "6" "menu admina(po tt)" "say /menu;menuselect 6"
  59. "7" "menu admina(po ct" "say /menu;menuselect 7"
  60. }
  61. "8" "bindy | ADMIN"
  62. {
  63. "2" "Kampienie 20 sek=slay" "say @@g Kampienie 20 sek=slay"
  64. "3" "/czapki" "amx_say /czapki"
  65. "4" "na mafie" "say @@g Mafia pisze /chat a agent, ksiadz, barman /glosuj"
  66. "5" "jestes martwy" "say @r Jestes martwy i sie nudzisz? napisz /snake"
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement