Advertisement
ckihen

radio command

Mar 1st, 2016
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 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" "#SFUI_CommandRadio"
  13. "timeout" "5"
  14.  
  15. "Commands"
  16. {
  17. "go"
  18. {
  19. "hotkey" "1"
  20. "label" "#SFUI_Radio_Go"
  21. "cmd" "go"
  22. }
  23.  
  24. "fallback"
  25. {
  26. "hotkey" "2"
  27. "label" "#SFUI_Radio_Fall_Back"
  28. "cmd" "fallback"
  29. }
  30.  
  31. "sticktog"
  32. {
  33. "hotkey" "3"
  34. "label" "#SFUI_Radio_Stick_Together"
  35. "cmd" "sticktog"
  36. }
  37.  
  38. "holdpos"
  39. {
  40. "hotkey" "4"
  41. "label" "#SFUI_Radio_Hold_Pos"
  42. "cmd" "holdpos"
  43. }
  44.  
  45. "followme"
  46. {
  47. "hotkey" "5"
  48. "label" "#SFUI_Radio_Follow"
  49. "cmd" "followme"
  50. }
  51.  
  52. "coverme"
  53. {
  54. "hotkey" "6"
  55. "label" "#SFUI_Radio_Cover_me"
  56. "cmd" "coverme"
  57. }
  58.  
  59. "regroup"
  60. {
  61. "hotkey" "7"
  62. "label" "#SFUI_Radio_Regroup"
  63. "cmd" "regroup"
  64. }
  65. }
  66. }
  67.  
  68. "group"
  69. {
  70. "hotkey" "2"
  71. "title" "#SFUI_StandardRadio"
  72. "timeout" "5"
  73.  
  74. "Commands"
  75. {
  76. "roger"
  77. {
  78. "hotkey" "1"
  79. "label" "#SFUI_Radio_Roger"
  80. "cmd" "roger"
  81. }
  82.  
  83. "negative"
  84. {
  85. "hotkey" "2"
  86. "label" "#SFUI_Radio_Negative"
  87. "cmd" "negative"
  88. }
  89.  
  90. "cheer"
  91. {
  92. "hotkey" "3"
  93. "label" "#SFUI_Radio_Cheer"
  94. "cmd" "cheer"
  95. }
  96.  
  97. "compliment"
  98. {
  99. "hotkey" "4"
  100. "label" "#SFUI_Radio_Compliment"
  101. "cmd" "compliment"
  102. }
  103.  
  104. "thanks"
  105. {
  106. "hotkey" "5"
  107. "label" "#SFUI_Radio_Thanks"
  108. "cmd" "thanks"
  109. }
  110.  
  111. "enemydown"
  112. {
  113. "hotkey" "6"
  114. "label" "#SFUI_Radio_Enemy_Down"
  115. "cmd" "enemydown"
  116. }
  117.  
  118. "reportingin"
  119. {
  120. "hotkey" "7"
  121. "label" "#SFUI_Radio_Reporting_Int"
  122. "cmd" "reportingin"
  123. }
  124. }
  125. }
  126.  
  127. "report"
  128. {
  129. "hotkey" "3"
  130. "title" "#SFUI_ReportRadio"
  131. "timeout" "5"
  132.  
  133. "Commands"
  134. {
  135. "enemyspot"
  136. {
  137. "hotkey" "1"
  138. "label" "#SFUI_Radio_Spotted"
  139. "cmd" "enemyspot"
  140. }
  141.  
  142. "needbackup"
  143. {
  144. "hotkey" "2"
  145. "label" "#SFUI_Radio_Need_Backup"
  146. "cmd" "needbackup"
  147. }
  148.  
  149. "takepoint"
  150. {
  151. "hotkey" "3"
  152. "label" "#SFUI_Radio_Take_Point"
  153. "cmd" "takepoint"
  154. }
  155.  
  156. "sectorclear"
  157. {
  158. "hotkey" "4"
  159. "label" "#SFUI_Radio_Sector_Clear"
  160. "cmd" "sectorclear"
  161. }
  162.  
  163. "inposition"
  164. {
  165. "hotkey" "5"
  166. "label" "#SFUI_Radio_In_Position"
  167. "cmd" "inposition"
  168. }
  169.  
  170. "takingfire"
  171. {
  172. "hotkey" "6"
  173. "label" "#SFUI_Radio_Need_Assist"
  174. "cmd" "takingfire"
  175. }
  176.  
  177. "report"
  178. {
  179. "hotkey" "7"
  180. "label" "#SFUI_Radio_Report_In"
  181. "cmd" "report"
  182. }
  183.  
  184. "getout"
  185. {
  186. "hotkey" "8"
  187. "label" "#SFUI_Radio_Shes_Gonna_Blow"
  188. "cmd" "getout"
  189. }
  190. }
  191. }
  192. }
  193. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement