Advertisement
Guest User

radiopanel.txt

a guest
Sep 20th, 2012
1,706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. "RadioPanel.txt"
  2. {
  3.  
  4. //"SFUI_StandardRadio"
  5. //"SFUI_GroupRadio"
  6. //"SFUI_ReportRadio"
  7. "Groups"
  8. {
  9. // #### Radiomenu 1
  10. "standard"
  11. {
  12. "hotkey" "1"
  13. "title" "#SFUI_CommandRadio"
  14. "timeout" "5"
  15.  
  16. "Commands"
  17. {
  18. "128tick Netsettings"
  19. {
  20. "hotkey" "1"
  21. "label" "128tick Netsettings"
  22. "cmd" "rate 80000; cl_cmdrate 128; cl_updaterate 128; cl_interp 0; cl_interp_ratio 1"
  23. }
  24.  
  25. "64tick Netsettings"
  26. {
  27. "hotkey" "2"
  28. "label" "64tick Netsettings"
  29. "cmd" "rate 80000; cl_cmdrate 64; cl_updaterate 64; cl_interp 0; cl_interp_ratio 1"
  30. }
  31.  
  32.  
  33. "Red Crosshair"
  34. {
  35. "hotkey" "3"
  36. "label" "Red Crosshair"
  37. "cmd" "cl_crosshaircolor_b 0; cl_crosshaircolor_g 0; cl_crosshaircolor_r 250"
  38. }
  39.  
  40. "Light Blue Crosshair"
  41. {
  42. "hotkey" "4"
  43. "label" "Light Blue Crosshair"
  44. "cmd" "cl_crosshaircolor_b 250; cl_crosshaircolor_g 250; cl_crosshaircolor_r 0"
  45. }
  46.  
  47. "White Crosshair"
  48. {
  49. "hotkey" "5"
  50. "label" "White Crosshair"
  51. "cmd" "cl_crosshaircolor_b 250; cl_crosshaircolor_g 250; cl_crosshaircolor_r 250"
  52. }
  53.  
  54.  
  55. "Netgraph ON"
  56. {
  57. "hotkey" "6"
  58. "label" "Netgraph ON"
  59. "cmd" "net_graph 1"
  60. }
  61.  
  62. "Netgraph OFF"
  63. {
  64. "hotkey" "7"
  65. "label" "Netgraph OFF"
  66. "cmd" "net_graph 0"
  67. }
  68.  
  69. }
  70. }
  71.  
  72. // #### Radiomenu 2
  73. "group"
  74. {
  75. "hotkey" "2"
  76. "title" "#SFUI_StandardRadio"
  77. "timeout" "5"
  78.  
  79. "Commands"
  80. {
  81. "roger"
  82. {
  83. "hotkey" "1"
  84. "label" "#SFUI_Radio_Roger"
  85. "cmd" "roger"
  86. }
  87.  
  88. "negative"
  89. {
  90. "hotkey" "2"
  91. "label" "#SFUI_Radio_Negative"
  92. "cmd" "negative"
  93. }
  94.  
  95. "cheer"
  96. {
  97. "hotkey" "3"
  98. "label" "#SFUI_Radio_Cheer"
  99. "cmd" "cheer"
  100. }
  101.  
  102. "compliment"
  103. {
  104. "hotkey" "4"
  105. "label" "#SFUI_Radio_Compliment"
  106. "cmd" "compliment"
  107. }
  108.  
  109. "thanks"
  110. {
  111. "hotkey" "5"
  112. "label" "#SFUI_Radio_Thanks"
  113. "cmd" "thanks"
  114. }
  115. }
  116. }
  117.  
  118. // #### Radiomenu 3
  119. "report"
  120. {
  121. "hotkey" "3"
  122. "title" "#SFUI_ReportRadio"
  123. "timeout" "5"
  124.  
  125. "Commands"
  126. {
  127. "enemyspot"
  128. {
  129. "hotkey" "1"
  130. "label" "#SFUI_Radio_Spotted"
  131. "cmd" "enemyspot"
  132. }
  133.  
  134. "needbackup"
  135. {
  136. "hotkey" "2"
  137. "label" "#SFUI_Radio_Need_Backup"
  138. "cmd" "needbackup"
  139. }
  140.  
  141. "takepoint"
  142. {
  143. "hotkey" "3"
  144. "label" "#SFUI_Radio_Take_Point"
  145. "cmd" "takepoint"
  146. }
  147.  
  148. "sectorclear"
  149. {
  150. "hotkey" "4"
  151. "label" "#SFUI_Radio_Sector_Clear"
  152. "cmd" "sectorclear"
  153. }
  154.  
  155. "inposition"
  156. {
  157. "hotkey" "5"
  158. "label" "#SFUI_Radio_In_Position"
  159. "cmd" "inposition"
  160. }
  161. }
  162. }
  163. }
  164. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement