Advertisement
Pankrakles

Untitled

Jul 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 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" "Online Features"
  13. "timeout" "25"
  14.  
  15. "Commands"
  16. {
  17.  
  18.  
  19. "enablenetgraph"
  20. {
  21. "hotkey" "1"
  22. "label" "Enable Net Graph"
  23. "cmd" "net_graph 1; net_graphheight 0; snd_playsounds Buttons.snd14"
  24. }
  25.  
  26. "disablenetgraph"
  27. {
  28. "hotkey" "2"
  29. "label" "Disable Net Graph"
  30. "cmd" "net_graphheight 9999; snd_playsounds Buttons.snd14"
  31. }
  32.  
  33. "lefthand"
  34. {
  35. "hotkey" "3"
  36. "label" "Use Left Hand"
  37. "cmd" "cl_righthand 0; snd_playsounds Buttons.snd14"
  38. }
  39.  
  40. "righthand"
  41. {
  42. "hotkey" "4"
  43. "label" "Use Right Hand"
  44. "cmd" "cl_righthand 1; snd_playsounds Buttons.snd14"
  45. }
  46.  
  47.  
  48. "enablegamehints"
  49. {
  50. "hotkey" "5"
  51. "label" "Enable Game Hints"
  52. "cmd" "gameinstructor_enable 1; snd_playsounds Buttons.snd14"
  53. }
  54.  
  55. "disablegamehints"
  56. {
  57. "hotkey" "6"
  58. "label" "Disable Game Hints"
  59. "cmd" "gameinstructor_enable 0; snd_playsounds Buttons.snd14"
  60. }
  61.  
  62. "enablevoicechat"
  63. {
  64. "hotkey" "7"
  65. "label" "Enable Voice Chat"
  66. "cmd" "voice_enable 1; snd_playsounds Buttons.snd14"
  67. }
  68.  
  69.  
  70. "disablevoicechat"
  71. {
  72. "hotkey" "8"
  73. "label" "Disable Voice Chat"
  74. "cmd" "voice_enable 0; snd_playsounds Buttons.snd14"
  75. }
  76. "cleardecals"
  77. {
  78. "hotkey" "9"
  79. "label" "Clear Decals"
  80. "cmd" "r_cleardecals; snd_playsounds Buttons.snd14"
  81. }
  82. }
  83. }
  84.  
  85. "group"
  86. {
  87. "hotkey" "2"
  88. "title" "Offline Features"
  89. "timeout" "25"
  90.  
  91. "Commands"
  92. {
  93. "enablecheats"
  94. {
  95. "hotkey" "1"
  96. "label" "Enable Cheats"
  97. "cmd" "sv_cheats 1; mp_roundtime 60; mp_roundtime_defuse 60; mp_roundtime_hostage 60; mp_restartgame 1; mp_warmup_end; mp_freezetime 0; mp_buytime 999999; mp_autoteambalance 0; mp_limitteams 0; snd_playsounds Buttons.snd14;mp_round_restart_delay 1"
  98. }
  99.  
  100. "godon"
  101. {
  102. "hotkey" "2"
  103. "label" "Toggle God Mode"
  104. "cmd" "god; snd_playsounds Buttons.snd14"
  105. }
  106.  
  107. "infiniteammo"
  108. {
  109. "hotkey" "3"
  110. "label" "Enable Infinite Ammo"
  111. "cmd" "sv_infinite_ammo 1; snd_playsounds Buttons.snd14"
  112. }
  113.  
  114. "enableimpacts"
  115. {
  116. "hotkey" "4"
  117. "label" "Enable Bullet Impacts"
  118. "cmd" "sv_showimpacts 1; snd_playsounds Buttons.snd14"
  119. }
  120.  
  121. "disableimpacts"
  122. {
  123. "hotkey" "5"
  124. "label" "Disable Bullet Impacts"
  125. "cmd" "sv_showimpacts 0; snd_playsounds Buttons.snd14"
  126. }
  127.  
  128. "enabletrajectory"
  129. {
  130. "hotkey" "6"
  131. "label" "Enable Grenade Trajectory"
  132. "cmd" "sv_grenade_trajectory 1; snd_playsounds Buttons.snd14"
  133. }
  134.  
  135. "disabletrajectory"
  136. {
  137. "hotkey" "7"
  138. "label" "Disable Grenade Trajectory"
  139. "cmd" "sv_grenade_trajectory 0; snd_playsounds Buttons.snd14"
  140. }
  141.  
  142. "setmoney"
  143. {
  144. "hotkey" "8"
  145. "label" "Set Max Money"
  146. "cmd" "mp_maxmoney 60000; mp_startmoney 60000; mp_buytime 9999; mp_restartgame 1; snd_playsounds Buttons.snd14"
  147. }
  148.  
  149. "kickbots"
  150. {
  151. "hotkey" "9"
  152. "label" "Kick Bots"
  153. "cmd" "bot_kick; snd_playsounds Buttons.snd14"
  154. }
  155. }
  156. }
  157.  
  158. "report"
  159. {
  160. "hotkey" "3"
  161. "title" "Extra Features"
  162. "timeout" "25"
  163.  
  164. "Commands"
  165. {
  166. "addctbot"
  167. {
  168. "hotkey" "1"
  169. "label" "Add CT Bot"
  170. "cmd" "bot_add ct; bot_stop 1; snd_playsounds Buttons.snd14"
  171. }
  172.  
  173. "addtbot"
  174. {
  175. "hotkey" "2"
  176. "label" "Add T Bot"
  177. "cmd" "bot_add t; bot_stop 1; snd_playsounds Buttons.snd14"
  178. }
  179.  
  180. "placebot"
  181. {
  182. "hotkey" "3"
  183. "label" "Place Bot"
  184. "cmd" "bot_place; snd_playsounds Buttons.snd14"
  185. }
  186.  
  187. "enablecrouch"
  188. {
  189. "hotkey" "4"
  190. "label" "Enable Bot Crouch"
  191. "cmd" "bot_crouch 1; snd_playsounds Buttons.snd14"
  192. }
  193.  
  194. "disablecrouch"
  195. {
  196. "hotkey" "5"
  197. "label" "Disable Bot Crouch"
  198. "cmd" "bot_crouch 0; snd_playsounds Buttons.snd14"
  199. }
  200. "holdpos"
  201. {
  202. "hotkey" "6"
  203. "label" "#SFUI_Radio_Hold_Pos"
  204. "cmd" "holdpos; snd_playsounds Buttons.snd14"
  205. }
  206.  
  207. "roger"
  208. {
  209. "hotkey" "7"
  210. "label" "#SFUI_Radio_Roger"
  211. "cmd" "roger; snd_playsounds Buttons.snd14"
  212. }
  213.  
  214. "negative"
  215. {
  216. "hotkey" "8"
  217. "label" "#SFUI_Radio_Negative"
  218. "cmd" "negative; snd_playsounds Buttons.snd14"
  219. }
  220. "credits"
  221. {
  222. "hotkey" "9"
  223. "label" "Made By KYSO :)"
  224. "cmd" "Made_By_KYSO!; cheer; snd_playsounds Buttons.snd14"
  225. }
  226. }
  227. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement