Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.08 KB | None | 0 0
  1. #include "ui/menudef.h"
  2.  
  3. #define DEFAULT_TEXT_SCALE 0.25
  4.  
  5. #define ORIGIN_QUICKMESSAGE 10 10
  6.  
  7. #define QM_MENU_GRADIENT_START_OFFSET
  8.  
  9. #define QM_MENU_START( WINDOWNAME ) \
  10. \
  11. menuDef { \
  12. name WINDOWNAME \
  13. visible 0 \
  14. fullscreen 0 \
  15. rect 0 100 640 380 \
  16. onOpen { setCvar cl_bypassMouseInput "1" } \
  17. onClose { setCvar cl_bypassMouseInput "0" } \
  18. onEsc { closeAll } \
  19. \
  20. itemDef { \
  21. name "window" \
  22. rect 0 19 204 136 \
  23. origin ORIGIN_QUICKMESSAGE \
  24. style WINDOW_STYLE_FILLED \
  25. backcolor .06 .01 0.1 .75 \
  26. border WINDOW_BORDER_FULL \
  27. bordercolor .04 .01 0.1 1 \
  28. visible 1 \
  29. decoration \
  30. } \
  31. \
  32. itemDef { \
  33. name "windowtitle" \
  34. rect $evalfloat((0)+2) $evalfloat((19)+2) $evalfloat((204)-4) 12 \
  35. origin ORIGIN_QUICKMESSAGE \
  36. text "^1= ^eH^7ead^eS^7hot ^7SoundPack ^1=" \
  37. textfont UI_FONT_ARIBLK_16 \
  38. textscale .19 \
  39. textalignx 3 \
  40. textaligny 10 \
  41. style WINDOW_STYLE_FILLED \
  42. backcolor .04 .01 0.1 .5 \
  43. forecolor .6 .6 .6 1 \
  44. visible 1 \
  45. decoration \
  46. }
  47.  
  48. #define QM_MENU_END }
  49.  
  50. #define QM_MENU_ITEM( WINDOWTEXT, ACTION, KEY, POS ) \
  51. itemDef { \
  52. name "menuitem"##WINDOWTEXT \
  53. rect 6 $evalfloat( 35 + ( 12 * POS )) 128 10 \
  54. origin ORIGIN_QUICKMESSAGE \
  55. type ITEM_TYPE_TEXT \
  56. text WINDOWTEXT \
  57. textfont UI_FONT_COURBD_21 \
  58. textstyle ITEM_TEXTSTYLE_SHADOWED \
  59. textscale .2 \
  60. textaligny 8 \
  61. forecolor .6 .6 .6 1 \
  62. visible 1 \
  63. decoration \
  64. } \
  65. execKey KEY { ACTION }
  66.  
  67. #define QM_MENU_ITEM_TEAM( WINDOWTEXT, ACTION, KEY, POS ) \
  68. itemDef { \
  69. name "menuitem"##WINDOWTEXT \
  70. rect 6 $evalfloat( 35 + ( 12 * POS )) 128 10 \
  71. origin ORIGIN_QUICKMESSAGE \
  72. type ITEM_TYPE_TEXT \
  73. text WINDOWTEXT \
  74. textfont UI_FONT_COURBD_21 \
  75. textstyle ITEM_TEXTSTYLE_SHADOWED \
  76. textscale .2 \
  77. textaligny 8 \
  78. forecolor .6 .6 .6 1 \
  79. visible 1 \
  80. decoration \
  81. } \
  82. execKey KEY { ACTION }
  83.  
  84. QM_MENU_START( "wm_quickmessageAlt" )
  85.  
  86. QM_MENU_ITEM_TEAM( "1. Statements", close wm_quickmessageAlt; open wm_quickstatements_alt, "1", 0 )
  87. QM_MENU_ITEM_TEAM( "2. Requests", close wm_quickmessageAlt; open wm_quickrequests_alt, "2", 1 )
  88. QM_MENU_ITEM_TEAM( "3. Commands", close wm_quickmessageAlt; open wm_quickcommand_alt, "3", 2 )
  89. QM_MENU_ITEM_TEAM( "4. Talk", close wm_quickmessageAlt; open wm_quickmisc_alt, "4", 3 )
  90. QM_MENU_ITEM( "5. Global", close wm_quickmessageAlt; open wm_quickglobal_alt, "5", 4 )
  91. QM_MENU_ITEM_TEAM( "6. Function", exec "wm_sayPlayerClass"; close wm_quickmessageAlt, "6", 5 )
  92. QM_MENU_ITEM_TEAM( "7. Objectives", close wm_quickmessageAlt; open wm_quickobjectives_alt, "7", 6 )
  93. QM_MENU_ITEM( "8. ^e-^7TWC^e|^eH^7ead^eS^7hot ^e{^7NEW^e}", close wm_quickmessageAlt; open wm_quickheadshot_menu, "8", 7 )
  94.  
  95. QM_MENU_END
  96.  
  97. QM_MENU_START( "wm_quickstatements_alt" )
  98.  
  99. QM_MENU_ITEM_TEAM( "1. Path Cleared.", exec "VoiceTeamChat PathCleared"; close wm_quickstatements_alt, "1", 0 )
  100. QM_MENU_ITEM_TEAM( "2. Enemy Weak!", exec "VoiceTeamChat EnemyWeak"; close wm_quickstatements_alt, "2", 1 )
  101. QM_MENU_ITEM_TEAM( "3. All Clear", exec "VoiceTeamChat AllClear"; close wm_quickstatements_alt, "3", 2 )
  102. QM_MENU_ITEM_TEAM( "4. Incoming", exec "VoiceTeamChat Incoming"; close wm_quickstatements_alt, "4", 3 )
  103. QM_MENU_ITEM_TEAM( "5. Fire In The Hole!", exec "VoiceTeamChat FireInTheHole"; close wm_quickstatements_alt, "5", 4 )
  104. QM_MENU_ITEM_TEAM( "6. I'm Defending.", exec "VoiceTeamChat OnDefense"; close wm_quickstatements_alt, "6", 5 )
  105. QM_MENU_ITEM_TEAM( "7. I'm Attacking.", exec "VoiceTeamChat OnOffense"; close wm_quickstatements_alt, "7", 6 )
  106. QM_MENU_ITEM_TEAM( "8. Taking Fire!", exec "VoiceTeamChat TakingFire"; close wm_quickstatements_alt, "8", 7 )
  107. QM_MENU_ITEM_TEAM( "9. Mines Cleared", exec "VoiceTeamChat MinesCleared"; close wm_quickstatements_alt, "9", 8 )
  108. QM_MENU_ITEM_TEAM( "0. Enemy Disguised", exec "VoiceTeamChat EnemyDisguised"; close wm_quickstatements_alt, "0", 9 )
  109.  
  110. QM_MENU_END
  111.  
  112. QM_MENU_START( "wm_quickrequests_alt" )
  113.  
  114. QM_MENU_ITEM_TEAM( "1. Need Medic!", exec "VoiceTeamChat Medic"; close wm_quickrequests_alt, "1", 0 )
  115. QM_MENU_ITEM_TEAM( "2. Need Ammo!", exec "VoiceTeamChat NeedAmmo"; close wm_quickrequests_alt, "2", 1 )
  116. QM_MENU_ITEM_TEAM( "3. Need Backup!", exec "VoiceTeamChat NeedBackup"; close wm_quickrequests_alt, "3", 2 )
  117. QM_MENU_ITEM_TEAM( "4. Need Engineer!", exec "VoiceTeamChat NeedEngineer"; close wm_quickrequests_alt, "4", 3 )
  118. QM_MENU_ITEM_TEAM( "5. Cover Me!", exec "VoiceTeamChat CoverMe"; close wm_quickrequests_alt, "5", 4 )
  119. QM_MENU_ITEM_TEAM( "6. Hold Fire!", exec "VoiceTeamChat HoldFire"; close wm_quickrequests_alt, "6", 5 )
  120. QM_MENU_ITEM_TEAM( "7. Where To?", exec "VoiceTeamChat WhereTo"; close wm_quickrequests_alt, "7", 6 )
  121. QM_MENU_ITEM_TEAM( "8. Need Covert Ops!", exec "VoiceTeamChat NeedOps"; close wm_quickrequests_alt, "8", 7 )
  122.  
  123. QM_MENU_END
  124.  
  125. QM_MENU_START( "wm_quickcommand_alt" )
  126.  
  127. QM_MENU_ITEM_TEAM( "1. Follow Me!", exec "VoiceTeamChat FollowMe"; close wm_quickcommand_alt, "1", 0 )
  128. QM_MENU_ITEM_TEAM( "2. Let's Go!", exec "VoiceTeamChat LetsGo"; close wm_quickcommand_alt, "2", 1 )
  129. QM_MENU_ITEM_TEAM( "3. Move!", exec "VoiceTeamChat Move"; close wm_quickcommand_alt, "3", 2 )
  130. QM_MENU_ITEM_TEAM( "4. Clear The Path!", exec "VoiceTeamChat ClearPath"; close wm_quickcommand_alt, "4", 3 )
  131. QM_MENU_ITEM_TEAM( "5. Defend Objective!", exec "VoiceTeamChat DefendObjective"; close wm_quickcommand_alt, "5", 4 )
  132. QM_MENU_ITEM_TEAM( "6. Disarm Dynamite!", exec "VoiceTeamChat DisarmDynamite"; close wm_quickcommand_alt, "6", 5 )
  133. QM_MENU_ITEM_TEAM( "7. Clear Mines!", exec "VoiceTeamChat ClearMines"; close wm_quickcommand_alt, "7", 6 )
  134. QM_MENU_ITEM_TEAM( "8. Reinforce Offense", exec "VoiceTeamChat ReinforceOffense"; close wm_quickcommand_alt, "8", 7 )
  135. QM_MENU_ITEM_TEAM( "9. Reinforce Defense", exec "VoiceTeamChat ReinforceDefense"; close wm_quickcommand_alt, "9", 8 )
  136.  
  137. QM_MENU_END
  138.  
  139. QM_MENU_START( "wm_quickmisc_alt" )
  140.  
  141. QM_MENU_ITEM_TEAM( "1. Yes", exec "VoiceTeamChat Affirmative"; close wm_quickmisc_alt, "1", 0 )
  142. QM_MENU_ITEM_TEAM( "2. No", exec "VoiceTeamChat Negative"; close wm_quickmisc_alt, "2", 1 )
  143. QM_MENU_ITEM_TEAM( "3. Thanks", exec "VoiceTeamChat Thanks"; close wm_quickmisc_alt, "3", 2 )
  144. QM_MENU_ITEM_TEAM( "4. Welcome", exec "VoiceTeamChat Welcome"; close wm_quickmisc_alt, "4", 3 )
  145. QM_MENU_ITEM_TEAM( "5. Sorry", exec "VoiceTeamChat Sorry"; close wm_quickmisc_alt, "5", 4 )
  146. QM_MENU_ITEM_TEAM( "6. Oops", exec "VoiceTeamChat Oops"; close wm_quickmisc_alt, "6", 5 )
  147.  
  148. QM_MENU_END
  149.  
  150. QM_MENU_START( "wm_quickglobal_alt" )
  151.  
  152. QM_MENU_ITEM( "1. Yes", exec "VoiceChat Affirmative"; close wm_quickglobal_alt, "1", 0 )
  153. QM_MENU_ITEM( "2. No", exec "VoiceChat Negative"; close wm_quickglobal_alt, "2", 1 )
  154. QM_MENU_ITEM( "3. Enemy Weak", exec "VoiceChat EnemyWeak"; close wm_quickglobal_alt, "3", 2 )
  155. QM_MENU_ITEM( "4. Hi", exec "VoiceChat Hi"; close wm_quickglobal_alt, "4", 3 )
  156. QM_MENU_ITEM( "5. Bye", exec "VoiceChat Bye"; close wm_quickglobal_alt, "5", 4 )
  157. QM_MENU_ITEM( "6. Great Shot", exec "VoiceChat GreatShot"; close wm_quickglobal_alt, "6", 5 )
  158. QM_MENU_ITEM( "7. Cheer", exec "VoiceChat Cheer"; close wm_quickglobal_alt, "7", 6 )
  159. QM_MENU_ITEM( "8. More Globals", close wm_quickglobal_alt; open wm_quickglobal2_alt, "8", 7 )
  160.  
  161. QM_MENU_END
  162.  
  163. QM_MENU_START( "wm_quickglobal2_alt" )
  164.  
  165. QM_MENU_ITEM( "1. Thanks", exec "VoiceChat Thanks"; close wm_quickglobal2_alt, "1", 0 )
  166. QM_MENU_ITEM( "2. Welcome", exec "VoiceChat Welcome"; close wm_quickglobal2_alt, "2", 1 )
  167. QM_MENU_ITEM( "3. Oops", exec "VoiceChat Oops"; close wm_quickglobal2_alt, "3", 2 )
  168. QM_MENU_ITEM( "4. Sorry", exec "VoiceChat Sorry"; close wm_quickglobal2_alt, "4", 3 )
  169. QM_MENU_ITEM( "5. Hold Fire!", exec "VoiceChat HoldFire"; close wm_quickglobal2_alt, "5", 4 )
  170. QM_MENU_ITEM( "6. Good Game", exec "VoiceChat GoodGame"; close wm_quickglobal2_alt, "6", 5 )
  171.  
  172. QM_MENU_END
  173.  
  174. QM_MENU_START( "wm_quickobjectives_alt" )
  175.  
  176. QM_MENU_ITEM_TEAM( "1. Command Acknowledged", exec "VoiceTeamChat CommandAcknowledged"; close wm_quickobjectives_alt, "1", 0 )
  177. QM_MENU_ITEM_TEAM( "2. Command Declined", exec "VoiceTeamChat CommandDeclined"; close wm_quickobjectives_alt, "2", 1 )
  178. QM_MENU_ITEM_TEAM( "3. Command Completed", exec "VoiceTeamChat CommandCompleted"; close wm_quickobjectives_alt, "3", 2 )
  179. QM_MENU_ITEM_TEAM( "4. Destroy Primary Objective", exec "VoiceTeamChat DestroyPrimary"; close wm_quickobjectives_alt, "4", 3 )
  180. QM_MENU_ITEM_TEAM( "5. Destroy Secondary Objective", exec "VoiceTeamChat DestroySecondary"; close wm_quickobjectives_alt, "5", 4 )
  181. QM_MENU_ITEM_TEAM( "6. Destroy Construction", exec "VoiceTeamChat DestroyConstruction"; close wm_quickobjectives_alt, "6", 5 )
  182. QM_MENU_ITEM_TEAM( "7. Commencing Construction", exec "VoiceTeamChat ConstructionCommencing"; close wm_quickobjectives_alt, "7", 6 )
  183. QM_MENU_ITEM_TEAM( "8. Repair Vehicle", exec "VoiceTeamChat RepairVehicle"; close wm_quickobjectives_alt, "8", 7 )
  184. QM_MENU_ITEM_TEAM( "9. Disable Vehicle", exec "VoiceTeamChat DestroyVehicle"; close wm_quickobjectives_alt, "9", 8 )
  185. QM_MENU_ITEM_TEAM( "0. Escort Vehicle", exec "VoiceTeamChat EscortVehicle"; close wm_quickobjectives_alt, "0", 9 )
  186.  
  187. QM_MENU_END
  188.  
  189. QM_MENU_START( "wm_quickheadshot_menu" )
  190.  
  191. QM_MENU_ITEM( "^e~|^71 ^1Q^7uotes ", close wm_quickheadshot_menu; open wm_quickheadshot_quotes_1, "1", 0 )
  192. QM_MENU_ITEM( "^e~|^72 ^8M^7isc ", close wm_quickheadshot_menu; open wm_quickheadshot_misc_1, "2", 1 )
  193. QM_MENU_ITEM( "^e~|^73 ^9R^7ap ", close wm_quickheadshot_menu; open wm_quickheadshot_rap_1, "3", 2 )
  194. QM_MENU_ITEM( "^e~|^74 ^DT^7echno ", close wm_quickheadshot_menu; open wm_quickheadshot_techno_1, "4", 3 )
  195. QM_MENU_ITEM( "^e~|^75 ^]R^7ock ", close wm_quickheadshot_menu; open wm_quickheadshot_rock_1, "5", 4 )
  196. QM_MENU_ITEM( "^e~|^76 ^eO^7ther^e/^eF^7un", close wm_quickheadshot_menu; open wm_quickheadshot_othermusic_1, "6", 5 )
  197. QM_MENU_ITEM( "^e~|^77 ^1Extra", close wm_quickheadshot_menu; open wm_extrahs_alt, "7", 6 )
  198. QM_MENU_ITEM( "^?Made by ^1A^7gent^1H^7ani^1.", close wm_quickutmenu_alt, "0", 9 )
  199.  
  200. QM_MENU_END
  201.  
  202. QM_MENU_START( "wm_quickheadshot_quotes_1" )
  203.  
  204. QM_MENU_ITEM( "^e{^71^e} ^1S^7cream ^11", exec "VoiceChat scream1"; close wm_quickheadshot_quotes_1, "1", 0 )
  205. QM_MENU_ITEM( "^e{^72^e} ^1S^7cream ^12", exec "VoiceChat scream2"; close wm_quickheadshot_quotes_1, "2", 1 )
  206. QM_MENU_ITEM( "^e{^73^e} ^1S^7cream ^13", exec "VoiceChat scream3"; close wm_quickheadshot_quotes_1, "3", 2 )
  207. QM_MENU_ITEM( "^e{^74^e} ^1I^7ts ^1A^7live", exec "VoiceChat alive"; close wm_quickheadshot_quotes_1, "4", 3 )
  208. QM_MENU_ITEM( "^e{^75^e} ^1B^7urn ^7In ^1H^7ell", exec "VoiceChat burninhell"; close wm_quickheadshot_quotes_1, "5", 4 )
  209. QM_MENU_ITEM( "^e{^76^e} ^1C^7all ^1S^7omebody", exec "VoiceChat callsomebody"; close wm_quickheadshot_quotes_1, "6", 5 )
  210. QM_MENU_ITEM( "^e{^77^e} ^1C^7hill ^1O^7ut", exec "VoiceChat chillout"; close wm_quickheadshot_quotes_1, "7", 6 )
  211. QM_MENU_ITEM( "^e{^78^e} ^1C^7moon", exec "VoiceChat cmon"; close wm_quickheadshot_quotes_1, "8", 7 )
  212. QM_MENU_ITEM( "^e{^79^e} ^1C^7razy", exec "VoiceChat crazy"; close wm_quickheadshot_quotes_1, "9", 8 )
  213. QM_MENU_ITEM( "^e{^7~^e} ^eMore ^1>", close wm_quickheadshot_quotes_1 open wm_quickheadshot_quotes_2, "0", 9 )
  214.  
  215. QM_MENU_END
  216.  
  217. QM_MENU_START( "wm_quickheadshot_quotes_2" )
  218.  
  219. QM_MENU_ITEM( "^e{^71^e} ^1D^7amn ^1Y^7ou", exec "VoiceChat damnyou"; close wm_quickheadshot_quotes_2, "1", 0 )
  220. QM_MENU_ITEM( "^e{^72^e} ^1D^7id You ^1F^7art", exec "VoiceChat didufart"; close wm_quickheadshot_quotes_2, "2", 1 )
  221. QM_MENU_ITEM( "^e{^73^e} ^1D^7irty ^1M^7ind", exec "VoiceChat dirtymind"; close wm_quickheadshot_quotes_2, "3", 2 )
  222. QM_MENU_ITEM( "^e{^74^e} ^1D^7isgrace", exec "VoiceChat disgrace"; close wm_quickheadshot_quotes_2, "4", 3 )
  223. QM_MENU_ITEM( "^e{^75^e} ^1D^7orks", exec "VoiceChat dorks"; close wm_quickheadshot_quotes_2, "5", 4 )
  224. QM_MENU_ITEM( "^e{^76^e} ^1E^7eeend", exec "VoiceChat end"; close wm_quickheadshot_quotes_2, "6", 5 )
  225. QM_MENU_ITEM( "^e{^77^e} ^1G^7et ^1O^7ff", exec "VoiceChat getoff"; close wm_quickheadshot_quotes_2, "7", 6 )
  226. QM_MENU_ITEM( "^e{^78^e} ^1G^7oing ^1O^7n", exec "VoiceChat goingon"; close wm_quickheadshot_quotes_2, "8", 7 )
  227. QM_MENU_ITEM( "^e{^79^e} ^1H^7eheh", exec "VoiceChat heheh"; close wm_quickheadshot_quotes_2, "9", 8 )
  228. QM_MENU_ITEM( "^e{^70^e} ^eMore ^1>>", close wm_quickheadshot_quotes_2 open wm_quickheadshot_quotes_3, "0", 9 )
  229.  
  230. QM_MENU_END
  231.  
  232. QM_MENU_START( "wm_quickheadshot_quotes_3" )
  233.  
  234. QM_MENU_ITEM( "^e{^71^e} ^1H^7arsh ^1W^7ords", exec "VoiceChat harshwords"; close wm_quickheadshot_quotes_3, "1", 0 )
  235. QM_MENU_ITEM( "^e{^72^e} ^1H^7ate", exec "VoiceChat hate"; close wm_quickheadshot_quotes_3, "2", 1 )
  236. QM_MENU_ITEM( "^e{^73^e} ^1H^7es ^1D^7ead", exec "VoiceChat hesdead"; close wm_quickheadshot_quotes_3, "3", 2 )
  237. QM_MENU_ITEM( "^e{^74^e} ^1I ^7like it ^7Rough", exec "VoiceChat ilikeitrough"; close wm_quickheadshot_quotes_3, "4", 3 )
  238. QM_MENU_ITEM( "^e{^75^e} ^1M^7iss ^1U^7s", exec "VoiceChat missus"; close wm_quickheadshot_quotes_3, "5", 4 )
  239. QM_MENU_ITEM( "^e{^76^e} ^1 9 ^7!", exec "VoiceChat nain"; close wm_quickheadshot_quotes_3, "6", 5 )
  240. QM_MENU_ITEM( "^e{^77^e} ^1N^7ice ^1S^7hoot", exec "VoiceChat niceshooting"; close wm_quickheadshot_quotes_3, "7", 6 )
  241. QM_MENU_ITEM( "^e{^78^e} ^1N^7ice ^1W^7ork", exec "VoiceChat nicework"; close wm_quickheadshot_quotes_3, "8", 7 )
  242. QM_MENU_ITEM( "^e{^79^e} ^1D^7ont ^1B^7elieve", exec "VoiceChat dontbelieve"; close wm_quickheadshot_quotes_3, "9", 8 )
  243. QM_MENU_ITEM( "^e{^70^e} ^eMore ^1>>>", close wm_quickheadshot_quotes_3 open wm_quickheadshot_quotes_4, "0", 9 )
  244.  
  245. QM_MENU_END
  246.  
  247. QM_MENU_START( "wm_quickheadshot_quotes_4" )
  248.  
  249. QM_MENU_ITEM( "^e{^71^e} ^1N^7ooo", exec "VoiceChat nooo"; close wm_quickheadshot_quotes_4, "1", 0 )
  250. QM_MENU_ITEM( "^e{^72^e} ^1N^7ot ^1T^7rue", exec "VoiceChat nottrue"; close wm_quickheadshot_quotes_4, "2", 1 )
  251. QM_MENU_ITEM( "^e{^73^e} ^1W^7e ^1A^7re ^1F^7ked", exec "VoiceChat nowweare"; close wm_quickheadshot_quotes_4, "3", 2 )
  252. QM_MENU_ITEM( "^e{^74^e} ^1K^7, ^1B^7ye", exec "VoiceChat okaybye"; close wm_quickheadshot_quotes_4, "4", 3 )
  253. QM_MENU_ITEM( "^e{^75^e} ^1O^7pen The ^1D^7oor", exec "VoiceChat openthedoor"; close wm_quickheadshot_quotes_4, "5", 4 )
  254. QM_MENU_ITEM( "^e{^76^e} ^1G^7oddamn ^1D^7oor", exec "VoiceChat goddamndoor"; close wm_quickheadshot_quotes_4, "6", 5 )
  255. QM_MENU_ITEM( "^e{^77^e} ^1P^7ervert", exec "VoiceChat pervert"; close wm_quickheadshot_quotes_4, "7", 6 )
  256. QM_MENU_ITEM( "^e{^78^e} ^1P^7issed ^1O^7ff", exec "VoiceChat pissedoff"; close wm_quickheadshot_quotes_4, "8", 7 )
  257. QM_MENU_ITEM( "^e{^79^e} ^1P^7iss ^1M^7e ^1O^7ff", exec "VoiceChat pissmeoff"; close wm_quickheadshot_quotes_4, "9", 8 )
  258. QM_MENU_ITEM( "^e{^70^e} ^eMore ^1>>>>", close wm_quickheadshot_quotes_4 open wm_quickheadshot_quotes_5, "0", 9 )
  259. QM_MENU_END
  260.  
  261. QM_MENU_START( "wm_quickheadshot_quotes_5" )
  262.  
  263. QM_MENU_ITEM( "^e{^71^e} ^1Y^7our ^1P^7roblem", exec "VoiceChat problem"; close wm_quickheadshot_quotes_5, "1", 0 )
  264. QM_MENU_ITEM( "^e{^72^e} ^1S^7crew ^1Y^7ou", exec "VoiceChat screwyou"; close wm_quickheadshot_quotes_5, "2", 1 )
  265. QM_MENU_ITEM( "^e{^73^e} ^1S^7cuse ^1M^7e", exec "VoiceChat scuseme"; close wm_quickheadshot_quotes_5, "3", 2 )
  266. QM_MENU_ITEM( "^e{^74^e} ^1S^7top ^1I^7t", exec "VoiceChat stopit"; close wm_quickheadshot_quotes_5, "4", 3 )
  267. QM_MENU_ITEM( "^e{^75^e} ^1U ^1G^7uys ^1S^7uck", exec "VoiceChat u_suck"; close wm_quickheadshot_quotes_5, "5", 4 )
  268. QM_MENU_ITEM( "^e{^76^e} ^1W^7hat", exec "VoiceChat what"; close wm_quickheadshot_quotes_5, "6", 5 )
  269. QM_MENU_ITEM( "^e{^77^e} ^1W^7aiting", exec "VoiceChat waiting"; close wm_quickheadshot_quotes_5, "7", 6 )
  270. QM_MENU_ITEM( "^e{^78^e} ^1W^7hat ^1A^7re ^1U ^1D^7oing", exec "VoiceChat whatareyoudoing"; close wm_quickheadshot_quotes_5, "8", 7 )
  271. QM_MENU_ITEM( "^e{^79^e} ^1W^7hatever", exec "VoiceChat whatever"; close wm_quickheadshot_quotes_5, "9", 8 )
  272. QM_MENU_ITEM( "^e{^70^e} ^eMore ^1>>>>>", close wm_quickheadshot_quotes_5 open wm_quickheadshot_quotes_6, "0", 9 )
  273. QM_MENU_END
  274.  
  275.  
  276. QM_MENU_START( "wm_quickheadshot_quotes_6" )
  277.  
  278. QM_MENU_ITEM( "^e{^71^e} ^1W^7hat's ^1T^7hat", exec "VoiceChat whatisthat"; close wm_quickheadshot_quotes_6, "1", 0 )
  279. QM_MENU_ITEM( "^e{^72^e} ^1W^7hat ^1W^7as ^1T^7hat", exec "VoiceChat whatwasthat"; close wm_quickheadshot_quotes_6, "2", 1 )
  280. QM_MENU_ITEM( "^e{^73^e} ^1S^7cuse ^1M^7e", exec "VoiceChat scuseme"; close wm_quickheadshot_quotes_6, "3", 2 )
  281. QM_MENU_ITEM( "^e{^74^e} ^1S^7top ^1I^7t", exec "VoiceChat stopit"; close wm_quickheadshot_quotes_6, "4", 3 )
  282. QM_MENU_ITEM( "^e{^75^e} ^1U ^1G^7uys ^1S^7uck", exec "VoiceChat u_suck"; close wm_quickheadshot_quotes_6, "5", 4 )
  283. QM_MENU_ITEM( "^e{^76^e} ^1W^7hat's ^1W^7rong", exec "VoiceChat whatiswrong"; close wm_quickheadshot_quotes_6, "6", 5 )
  284. QM_MENU_ITEM( "^e{^77^e} ^1W^7ho's ^1W^7ith ^1M^7e", exec "VoiceChat whoswithme"; close wm_quickheadshot_quotes_6, "7", 6 )
  285. QM_MENU_ITEM( "^e{^78^e} ^1W^7tf ^1I^7s ^1T^7his", exec "VoiceChat wtfisthis"; close wm_quickheadshot_quotes_6, "8", 7 )
  286. QM_MENU_ITEM( "^e{^79^e} ^1W^7ise ^1A^7ss", exec "VoiceChat wiseass"; close wm_quickheadshot_quotes_6, "9", 8 )
  287. QM_MENU_END
  288.  
  289. QM_MENU_START( "wm_quickheadshot_misc_1" )
  290.  
  291. QM_MENU_ITEM( "^e{^71^e} ^8B^7adum ^8T^7ss", exec "VoiceChat badumtss"; close wm_quickheadshot_misc_1, "1", 0 )
  292. QM_MENU_ITEM( "^e{^72^e} ^8B^7ang ^8B^7ang", exec "VoiceChat bangbang"; close wm_quickheadshot_misc_1, "2", 1 )
  293. QM_MENU_ITEM( "^e{^73^e} ^8L^7ike ^8I ^8C^7are", exec "VoiceChat likeicare"; close wm_quickheadshot_misc_1, "3", 2 )
  294. QM_MENU_ITEM( "^e{^74^e} ^8B^7ruh", exec "VoiceChat bruh"; close wm_quickheadshot_misc_1, "4", 3 )
  295. QM_MENU_ITEM( "^e{^75^e} ^8D^7amn ^8S^7on", exec "VoiceChat damnson"; close wm_quickheadshot_misc_1, "5", 4 )
  296. QM_MENU_ITEM( "^e{^76^e} ^8D^7eez ^8N^7uts", exec "VoiceChat deeznuts"; close wm_quickheadshot_misc_1, "6", 5 )
  297. QM_MENU_ITEM( "^e{^77^e} ^8Do ^8I^7T", exec "VoiceChat doit"; close wm_quickheadshot_misc_1, "7", 6 )
  298. QM_MENU_ITEM( "^e{^78^e} ^8H^7amster", exec "VoiceChat hamster"; close wm_quickheadshot_misc_1, "8", 7 )
  299. QM_MENU_ITEM( "^e{^79^e} ^8H^7ello", exec "VoiceChat hello"; close wm_quickheadshot_misc_1, "9", 8 )
  300. QM_MENU_ITEM( "^e{^70^e} ^eMore ^8>", close wm_quickheadshot_misc_1 open wm_quickheadshot_misc_2, "0", 9 )
  301.  
  302. QM_MENU_END
  303.  
  304. QM_MENU_START( "wm_quickheadshot_misc_2" )
  305.  
  306. QM_MENU_ITEM( "^e{^71^e} ^8H^7ere We Are Again", exec "VoiceChat hereweareagain"; close wm_quickheadshot_misc_2, "1", 0 )
  307. QM_MENU_ITEM( "^e{^72^e} ^8H^7omo", exec "VoiceChat homo"; close wm_quickheadshot_misc_2, "2", 1 )
  308. QM_MENU_ITEM( "^e{^73^e} ^8I^7DGAF", exec "VoiceChat idgaf"; close wm_quickheadshot_misc_2, "3", 2 )
  309. QM_MENU_ITEM( "^e{^74^e} ^8N^7oice", exec "VoiceChat noice"; close wm_quickheadshot_misc_2, "4", 3 )
  310. QM_MENU_ITEM( "^e{^75^e} ^8O^7h Hell No", exec "VoiceChat ohhellno"; close wm_quickheadshot_misc_2, "5", 4 )
  311. QM_MENU_ITEM( "^e{^76^e} ^8R^7age Quit", exec "VoiceChat rq"; close wm_quickheadshot_misc_2, "6", 5 )
  312. QM_MENU_ITEM( "^e{^77^e} ^8W^7ow", exec "VoiceChat wow"; close wm_quickheadshot_misc_2, "7", 6 )
  313. QM_MENU_ITEM( "^e{^78^e} ^8U ^7Stupid", exec "VoiceChat youstupid"; close wm_quickheadshot_misc_2, "8", 7 )
  314. QM_MENU_ITEM( "^e{^79^e} ^8N^7o Im Not", exec "VoiceChat nainot"; close wm_quickheadshot_misc_2, "9", 8 )
  315. QM_MENU_ITEM( "^e{^70^e} ^eMore ^8>>", close wm_quickheadshot_misc_2 open wm_quickheadshot_misc_3, "0", 9 )
  316.  
  317. QM_MENU_END
  318.  
  319. QM_MENU_START( "wm_quickheadshot_misc_3" )
  320.  
  321. QM_MENU_ITEM( "^e{^71^e} ^8W^7hats ^8N^7ine ^8P^7lus ^8T^7en", exec "VoiceChat whatsnineplusten"; close wm_quickheadshot_misc_3, "1", 0 )
  322. QM_MENU_ITEM( "^e{^72^e} ^8T^7wenty ^8O^8ne", exec "VoiceChat twentyone"; close wm_quickheadshot_misc_3, "2", 1 )
  323. QM_MENU_END
  324.  
  325. QM_MENU_START( "wm_quickheadshot_rap_1" )
  326.  
  327. QM_MENU_ITEM( "^e{^71^e} ^950 Cent ^7- ^9B^7irthday", exec "VoiceChat birthday"; close wm_quickheadshot_rap_1, "1", 0 )
  328. QM_MENU_ITEM( "^e{^72^e} ^9Snoop Dogg ^7- ", exec "VoiceChat dropitlikeitshot"; close wm_quickheadshot_rap_1, "2", 1 )
  329. QM_MENU_ITEM( "^e{^73^e} ^9Eminem ^7- ^9B^7erzerk", exec "VoiceChat powpow"; close wm_quickheadshot_rap_1, "3", 2 )
  330. QM_MENU_ITEM( "^e{^74^e} ^9Fort Minor ^7- ^9R^7eme", exec "VoiceChat rememberthename"; close wm_quickheadshot_rap_1, "4", 3 )
  331. QM_MENU_ITEM( "^e{^75^e} ^9Snoop Dogg ^7- ^9S^7e", exec "VoiceChat serialkilla"; close wm_quickheadshot_rap_1, "5", 4 )
  332. QM_MENU_ITEM( "^e{^76^e} ^9Drake ^7- ^9S^7tarted ^9F", exec "VoiceChat startedfromthebottom"; close wm_quickheadshot_rap_1, "6", 5 )
  333. QM_MENU_ITEM( "^e{^77^e} ^9MGK ^7- ^9W^7ild ^9B^7oy", exec "VoiceChat wildboy"; close wm_quickheadshot_rap_1, "7", 6 )
  334. QM_MENU_END
  335.  
  336. QM_MENU_START( "wm_quickheadshot_techno_1" )
  337.  
  338. QM_MENU_ITEM( "^e{^71^e} ^DCalvin Harris ^7- ^DB^7lame", exec "VoiceChat blame"; close wm_quickheadshot_techno_1, "1", 0 )
  339. QM_MENU_ITEM( "^e{^72^e} ^DDillion Francis & DJ Snake ^7- ^DG^7et ^DL^7ow", exec "VoiceChat getlow"; close wm_quickheadshot_techno_1, "2", 1 )
  340. QM_MENU_ITEM( "^e{^73^e} ^DMajor Lazer & DJ Snake ^7- ^DL^7ean ^DO^7n", exec "VoiceChat leanon"; close wm_quickheadshot_techno_1, "3", 2 )
  341. QM_MENU_ITEM( "^e{^74^e} ^DLil Jon & DJ Snake ^7- ^DT^7urn", exec "VoiceChat turndownforwhat"; close wm_quickheadshot_techno_1, "4", 3 )
  342. QM_MENU_ITEM( "^e{^75^e} ^DManian ^7- ^DR^7avers ^DF^7antasy", exec "VoiceChat raversfantasy"; close wm_quickheadshot_techno_1, "5", 4 )
  343. QM_MENU_ITEM( "^e{^76^e} ^DWiley ^7- ^DR^7eload ^DT^7he ^DM^7usic", exec "VoiceChat reloadthemusic"; close wm_quickheadshot_techno_1, "6", 5 )
  344. QM_MENU_ITEM( "^e{^77^e} ^DKe$ha ^7- ^DT^7ik ^DT^7ok", exec "VoiceChat tiktok"; close wm_quickheadshot_techno_1, "7", 6 )
  345. QM_MENU_END
  346.  
  347. QM_MENU_START( "wm_quickheadshot_rock_1" )
  348.  
  349. QM_MENU_ITEM( "^e{^71^e} ^]AC/DC ^7- ^]R^7ock ^] O^7r ^]B^7ust", exec "VoiceChat rockorbust"; close wm_quickheadshot_rock_1, "1", 0 )
  350. QM_MENU_ITEM( "^e{^72^e} ^]Rage Against The Machine ^7- ^]W^7ake ^]U^7p", exec "VoiceChat iheardashot"; close wm_quickheadshot_rock_1, "2", 1 )
  351. QM_MENU_ITEM( "^e{^73^e} ^]Green Day ^7- ^]B^7roken ^]D^7reams", exec "VoiceChat iwalkalone"; close wm_quickheadshot_rock_1, "3", 2 )
  352. QM_MENU_ITEM( "^e{^74^e} ^]Skillet ^7- ^]M^7onster", exec "VoiceChat monster"; close wm_quickheadshot_rock_1, "4", 3 )
  353. QM_MENU_ITEM( "^e{^75^e} ^]Linkin Park ^7- ^]O^7ne ^]S^7tep ^]C^7loser", exec "VoiceChat onestepcloser"; close wm_quickheadshot_rock_1, "5", 4 )
  354. QM_MENU_ITEM( "^e{^76^e} ^]Motor Head ^7- ^]T^7he ^]G^7ame", exec "VoiceChat timetoplaythegame"; close wm_quickheadshot_rock_1, "6", 5 )
  355. QM_MENU_ITEM( "^e{^77^e} ^]Smash Mouth ^7- ^]A^7ll ^]S^7tar", exec "VoiceChat allstar"; close wm_quickheadshot_rock_1, "7", 6 )
  356. QM_MENU_END
  357.  
  358.  
  359. QM_MENU_START( "wm_quickheadshot_othermusic_1" )
  360.  
  361. QM_MENU_ITEM( "^e{^71^e} ^3619", exec "VoiceChat 619"; close wm_quickheadshot_othermusic_1, "1", 0 )
  362. QM_MENU_ITEM( "^e{^72^e} ^3A^7bout ^3A ^3W^7eek ^3A^7go", exec "VoiceChat aboutaweekago"; close wm_quickheadshot_othermusic_1, "2", 1 )
  363. QM_MENU_ITEM( "^e{^73^e} ^3A^7ve ^3M^7aria", exec "VoiceChat avemaria"; close wm_quickheadshot_othermusic_1, "3", 2 )
  364. QM_MENU_ITEM( "^e{^74^e} ^3B^7aby", exec "VoiceChat baby"; close wm_quickheadshot_othermusic_1, "4", 3 )
  365. QM_MENU_ITEM( "^e{^75^e} ^3B^7oom^3B^7astic", exec "VoiceChat boombastic"; close wm_quickheadshot_othermusic_1, "5", 4 )
  366. QM_MENU_ITEM( "^e{^76^e} ^3C^7ell^3P^7hone", exec "VoiceChat cellphone"; close wm_quickheadshot_othermusic_1, "6", 5 )
  367. QM_MENU_ITEM( "^e{^77^e} ^3C^7heri ^3C^7heri ^3L^7ady ", exec "VoiceChat chericherilady"; close wm_quickheadshot_othermusic_1, "7", 6 )
  368. QM_MENU_ITEM( "^e{^78^e} ^3E^7pic ^3S^7ax ^3G^7uy", exec "VoiceChat epicsaxguy"; close wm_quickheadshot_othermusic_1, "8", 7 )
  369. QM_MENU_ITEM( "^e{^79^e} ^3I ^3S^7ee ^3M^7y ^3D^7ream", exec "VoiceChat iseemydream"; close wm_quickheadshot_othermusic_1, "9", 8 )
  370. QM_MENU_ITEM( "^e{^70^e} ^3More ^3>", close wm_quickheadshot_othermusic_1 open wm_quickheadshot_othermusic_2, "0", 9 )
  371.  
  372. QM_MENU_END
  373.  
  374. QM_MENU_START( "wm_quickheadshot_othermusic_2" )
  375.  
  376. QM_MENU_ITEM( "^e{^71^e} ^3O^7zone", exec "VoiceChat ozone"; close wm_quickheadshot_othermusic_2, "1", 0 )
  377. QM_MENU_ITEM( "^e{^72^e} ^3S^7cooter", exec "VoiceChat scooter"; close wm_quickheadshot_othermusic_2, "2", 1 )
  378. QM_MENU_ITEM( "^e{^73^e} ^3T^7he ^3B^7omb", exec "VoiceChat thebomb"; close wm_quickheadshot_othermusic_2, "3", 2 )
  379. QM_MENU_ITEM( "^e{^74^e} ^3W^7hat ^3I^7s ^3L^7ove", exec "VoiceChat whatislove"; close wm_quickheadshot_othermusic_2, "4", 3 )
  380. QM_MENU_END
  381.  
  382. QM_MENU_START( "wm_extrahs_alt" )
  383.  
  384. QM_MENU_ITEM( "^e{^11^e} ^1Disable ^7ChatSounds", close wm_extrahs_alt; exec "say ^9My ^eChatSounds ^9are ^1Disabled ^9Now^1!"; exec "cg_novoicechats 1", "1", 0 )
  385. QM_MENU_ITEM( "^e{^22^e} ^2Enable ^7ChatSounds", close wm_extrahs_alt; exec "say ^9My ^eChatsounds ^9are ^2Enabled ^9Now^2!"; exec "cg_novoicechats 0", "2", 1 )
  386. QM_MENU_ITEM( "^e{^33^e} ^DMinimize the Game", close wm_extrahs_alt; exec "minimize", "3", 2 )
  387. QM_MENU_ITEM( "^e{^44^e} ^1Selfkill", close wm_extrahs_alt; exec "kill", "4", 3 )
  388. QM_MENU_ITEM( "^e{^55^e} ^7Reset Your Settings", close wm_extrahs_alt; exec "exec etconfig.cfg", "5", 4 )
  389. QM_MENU_ITEM( "^e{^66^e} ^7Show ^1Rules ^e(^7Open Console^1!^7) ", close wm_extrahs_alt; exec "rules", "6", 5 )
  390. QM_MENU_ITEM( "^e{^77^e} ^7How to Join 6EH^7ead^eS^7hot ^e(^7Open Console^1!^7) ", close wm_extrahs_alt; exec "howtojoin", "7", 6 )
  391. QM_MENU_ITEM( "^e{^88^e} ^7Help lag ^1!", close wm_extrahs_alt; exec "exec AntiLag.cfg", "8", 7 )
  392. QM_MENU_ITEM( "^e{^89^e} ^3Close Menu", close wm_extrahs_alt, "0", 9 )
  393. QM_MENU_END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement