Guest User

radiopanel

a guest
Jan 18th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. "RadioPanel.txt"
  2. {
  3.  
  4. //"SFUI_StandardRadio"
  5. //"SFUI_GroupRadio"
  6. //"SFUI_ReportRadio"
  7. "Groups"
  8. {
  9. "standard"
  10. {
  11. "hotkey" "1"
  12. "title" "BananaGaming | Bot Menu"
  13. "timeout" "10"
  14.  
  15. "Commands"
  16. {
  17. "Add Bot (CT)"
  18. {
  19. "hotkey" "1"
  20. "label" "Add Bot (CT)"
  21. "cmd" "bot_add_ct"
  22. }
  23.  
  24. "Add Bot (T)"
  25. {
  26. "hotkey" "2"
  27. "label" "Add Bot (T)"
  28. "cmd" "bot_add_t"
  29. }
  30.  
  31. "Bot Place"
  32. {
  33. "hotkey" "3"
  34. "label" "Bot Place"
  35. "cmd" "bot_stop 1; bot_place"
  36. }
  37.  
  38. "Bot Crouch (ON)"
  39. {
  40. "hotkey" "4"
  41. "label" "Bot Crouch (ON)"
  42. "cmd" "bot_crouch 1"
  43. }
  44.  
  45. "Bot Crouch (OFF)"
  46. {
  47. "hotkey" "5"
  48. "label" "Bot Crouch (OFF)"
  49. "cmd" "bot_crouch 0"
  50. }
  51.  
  52. "Bot Mimic (ON)"
  53. {
  54. "hotkey" "6"
  55. "label" "Bot Mimic (ON)"
  56. "cmd" "bot_mimic_yaw_offset 0; bot_mimic 1"
  57. }
  58.  
  59. "Bot Mimic (OFF)"
  60. {
  61. "hotkey" "7"
  62. "label" "Bot Mimic (OFF)"
  63. "cmd" "bot_mimic_yaw_offset 0; bot_mimic 0"
  64. }
  65.  
  66. "Stop all bots"
  67. {
  68. "hotkey" "8"
  69. "label" "Stop all bots"
  70. "cmd" "bot_stop 1"
  71. }
  72.  
  73. "Kick all bots"
  74. {
  75. "hotkey" "9"
  76. "label" "Kick all bots"
  77. "cmd" "bot_kick"
  78. }
  79.  
  80. }
  81. }
  82.  
  83. "training"
  84. {
  85. "hotkey" "2"
  86. "title" "BananaGaming | Training Menu"
  87. "timeout" "10"
  88.  
  89. "Commands"
  90. {
  91. "Toggle Noclip"
  92. {
  93. "hotkey" "1"
  94. "label" "Toggle Noclip"
  95. "cmd" "sv_cheats 1; noclip"
  96. }
  97.  
  98. "Toggle Godmode"
  99. {
  100. "hotkey" "2"
  101. "label" "Toggle Godmode"
  102. "cmd" "sv_cheats 1; god"
  103. }
  104.  
  105. "Restart Game"
  106. {
  107. "hotkey" "3"
  108. "label" "Restart Game"
  109. "cmd" "mp_restartgame 1; mp_warmup_end; bot_stop 0"
  110. }
  111.  
  112. "Impact & Trajectory (ON)"
  113. {
  114. "hotkey" "4"
  115. "label" "Impact & Trajectory (ON)"
  116. "cmd" "sv_cheats 1; say_team Impact & Trajectory (ON); sv_grenade_trajectory 1; sv_grenade_trajectory_time 10; sv_showimpacts 1; sv_showimpacts_time 5"
  117. }
  118.  
  119. "Impact & Trajectory (OFF)"
  120. {
  121. "hotkey" "5"
  122. "label" "Impact & Trajectory (OFF)"
  123. "cmd" "say_team Impact & Trajectory (OFF); sv_grenade_trajectory 0; sv_grenade_trajectory_time 10; sv_showimpacts 0; sv_showimpacts_time 5"
  124. }
  125.  
  126. "Clip Brushes (ON)"
  127. {
  128. "hotkey" "6"
  129. "label" "Clip Brushes (ON)"
  130. "cmd" "sv_cheats 1; r_drawclipbrushes 2"
  131. }
  132.  
  133. "Clip Brushes (OFF)"
  134. {
  135. "hotkey" "7"
  136. "label" "Clip Brushes (OFF)"
  137. "cmd" "r_drawclipbrushes 0"
  138. }
  139. "Enable Training"
  140. {
  141. "hotkey" "8"
  142. "label" "Enable Training"
  143. "cmd" "sv_cheats 1; mp_solid_teammates 1; mp_limitteams 0; mp_autoteambalance 0; mp_roundtime 60; mp_roundtime_defuse 60; mp_maxmoney 60000; mp_startmoney 60000; mp_freezetime 0; mp_buytime 9999; mp_buy_anywhere 1; sv_infinite_ammo 2; ammo_grenade_limit_total 5; bot_kick; mp_warmup_end; mp_restartgame 1"
  144. }
  145.  
  146.  
  147. }
  148. }
  149.  
  150. "radio"
  151. {
  152. "hotkey" "3"
  153. "title" "BananaGaming | Radio Menu"
  154. "timeout" "5"
  155.  
  156. "Commands"
  157. {
  158. "roger"
  159. {
  160. "hotkey" "1"
  161. "label" "Yes"
  162. "cmd" "roger"
  163. }
  164.  
  165. "negative"
  166. {
  167. "hotkey" "2"
  168. "label" "No"
  169. "cmd" "negative"
  170. }
  171.  
  172. "go"
  173. {
  174. "hotkey" "3"
  175. "label" "Go"
  176. "cmd" "go"
  177. }
  178.  
  179. "holdpos"
  180. {
  181. "hotkey" "4"
  182. "label" "Hold"
  183. "cmd" "holdpos"
  184. }
  185.  
  186. "followme"
  187. {
  188. "hotkey" "5"
  189. "label" "Follow"
  190. "cmd" "followme"
  191. }
  192.  
  193. "thanks"
  194. {
  195. "hotkey" "6"
  196. "label" "Thanks"
  197. "cmd" "thanks"
  198. }
  199.  
  200. "cheer"
  201. {
  202. "hotkey" "7"
  203. "label" "Cheer"
  204. "cmd" "cheer"
  205. }
  206.  
  207. "sorry"
  208. {
  209. "hotkey" "8"
  210. "label" "Sorry"
  211. "cmd" "say_team Sorry!"
  212. }
  213.  
  214. "askfordrop"
  215. {
  216. "hotkey" "9"
  217. "label" "Drop"
  218. "cmd" "needbackup; say_team Need a drop!"
  219. }
  220. }
  221. }
  222. }
  223. }
Add Comment
Please, Sign In to add comment