Advertisement
B1uscr34m

radiopanel.txt

Mar 26th, 2016
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.31 KB | None | 0 0
  1. "RadioPanel.txt"
  2. {
  3. //"SFUI_StandardRadio"
  4. //"SFUI_GroupRadio"
  5. //"SFUI_ReportRadio"   
  6.     "Groups"
  7.     {
  8.         "standard" //"SFUI_StandardRadio"
  9.         {
  10.             "hotkey"    "1"
  11.             "title" "#SFUI_CommandRadio"
  12.             "timeout"   "15"
  13.            
  14.             "Commands"
  15.             {
  16.                 "go"
  17.                 {
  18.                     "hotkey"    "1"
  19.                     "label" "#SFUI_Radio_Go"
  20.                     "cmd"   "go"
  21.                 }
  22.                 "fallback"
  23.                 {
  24.                     "hotkey"    "2"
  25.                     "label" "#SFUI_Radio_Fall_Back"
  26.                     "cmd"   "fallback"
  27.                 }
  28.                 "sticktog"
  29.                 {
  30.                     "hotkey"    "3"
  31.                     "label" "#SFUI_Radio_Stick_Together"
  32.                     "cmd"   "sticktog"
  33.                 }
  34.                 "holdpos"
  35.                 {
  36.                     "hotkey"    "4"
  37.                     "label" "#SFUI_Radio_Hold_Pos"
  38.                     "cmd"   "holdpos"
  39.                 }
  40.                 "followme"
  41.                 {
  42.                     "hotkey"    "5"
  43.                     "label" "#SFUI_Radio_Follow"
  44.                     "cmd"   "followme"
  45.                 }
  46.                 "spacer"
  47.                 {
  48.                         "hotkey"        "6"
  49.                         "label" "----------------------"
  50.                         "cmd"   "echo"
  51.                 }
  52.                 "fixdotcrosshair"
  53.                 {
  54.                     "hotkey"   "7"
  55.                     "label" "[Fixed]Dot-Style CrossHair"
  56.                     "cmd"  "cl_crosshairdot 1; cl_crosshairgap 0; cl_crosshairsize 0; cl_crosshairstyle 4; cl_crosshairusealpha 1; cl_crosshairthickness 2; cl_crosshair_drawoutline 0"
  57.                 }
  58.                 "fixcrosscrosshair"
  59.                 {
  60.                     "hotkey"   "8"
  61.                     "label" "[Fixed]Cross-Style CrossHair"
  62.                     "cmd"  "cl_crosshairdot 1; cl_crosshairgap -5; cl_crosshairsize 5; cl_crosshairstyle 4; cl_crosshairusealpha 1; cl_crosshairthickness 0;"  
  63.                 }
  64.                 // "fixcircle"
  65.                 // {
  66.                     // "hotkey"   "8"
  67.                     // "label" "[Fixed]Circle-Style CrossHair"
  68.                     // "cmd"  "cl_crosshairdot 0; cl_crosshairgap -3; cl_crosshairsize 1; cl_crosshairstyle 4; cl_crosshairusealpha 1; cl_crosshairthickness 5; cl_fixedcrosshairgap -4; cl_crosshair_outline 0;"  
  69.                 // }
  70.                 "dyncrosscrosshair"
  71.                 {
  72.                     "hotkey"   "9"
  73.                     "label" "[Dynamic]Cross-Style CrossHair"
  74.                     "cmd"  "cl_crosshairdot 1; cl_crosshairgap -5; cl_crosshairsize 5; cl_crosshairstyle 2; cl_crosshairusealpha 1; cl_crosshairthickness 0;"  
  75.                 }
  76.                 // "dyncircle"
  77.                 // {
  78.                     // "hotkey"   "11"
  79.                     // "label" "[Dynamic]Circle-Style CrossHair"
  80.                     // "cmd"  "cl_crosshairdot 0; cl_crosshairgap -4; cl_crosshairsize 1; cl_crosshairstyle 2; cl_crosshairusealpha 1; cl_crosshairthickness 5; cl_fixedcrosshairgap 1; cl_crosshair_outline 0;"   
  81.                 // }
  82.                 // "Red Crosshair"
  83.                 // {
  84.                     // "hotkey"        "10"
  85.                     // "label" "Red Crosshair"
  86.                     // "cmd"   "cl_crosshaircolor_b 0; cl_crosshaircolor_g 0; cl_crosshaircolor_r 250"
  87.                 // }
  88.                  
  89.                 // "Light Blue Crosshair"
  90.                 // {
  91.                     // "hotkey"        "11"
  92.                     // "label" "Light Blue Crosshair"
  93.                     // "cmd"   "cl_crosshaircolor_b 250; cl_crosshaircolor_g 250; cl_crosshaircolor_r 0"
  94.                 // }
  95.                 // "White Crosshair"
  96.                 // {
  97.                     // "hotkey"        "12"
  98.                     // "label" "White Crosshair"
  99.                     // "cmd"   "cl_crosshaircolor_b 250; cl_crosshaircolor_g 250; cl_crosshaircolor_r 250"
  100.                 // }
  101.             }
  102.         }
  103.         "group" //"SFUI_GroupRadio"
  104.         {
  105.             "hotkey"    "2"
  106.             "title" "#SFUI_StandardRadio"
  107.             "timeout"   "5"
  108.            
  109.             "Commands"
  110.             {
  111.                 "roger"
  112.                 {
  113.                     "hotkey"    "1"
  114.                     "label" "#SFUI_Radio_Roger"
  115.                     "cmd"   "roger"
  116.                 }
  117.                 "negative"
  118.                 {
  119.                     "hotkey"    "2"
  120.                     "label" "#SFUI_Radio_Negative"
  121.                     "cmd"   "negative"
  122.                 }
  123.                 "cheer"
  124.                 {
  125.                     "hotkey"    "3"
  126.                     "label" "#SFUI_Radio_Cheer"
  127.                     "cmd"   "cheer"
  128.                 }
  129.                 "compliment"
  130.                 {
  131.                     "hotkey"    "4"
  132.                     "label" "#SFUI_Radio_Compliment"
  133.                     "cmd"   "compliment"
  134.                 }
  135.                 "thanks"
  136.                 {
  137.                     "hotkey"    "5"
  138.                     "label" "#SFUI_Radio_Thanks"
  139.                     "cmd"   "thanks"
  140.                 }
  141.                 "needweapon"
  142.                 {
  143.                     "hotkey"        "6"
  144.                     "label"         "Need weapon"
  145.                     "cmd"           "say_team I need a weapon"
  146.                 }
  147.                 "spacer"
  148.                 {
  149.                     "hotkey"        "7"
  150.                     "label" "----------------------"
  151.                     "cmd"   "echo"
  152.                 }
  153.                 "128tick Netsettings"
  154.                 {
  155.                     "hotkey"        "8"
  156.                     "label" "128tick Netsettings"
  157.                     "cmd"   "rate 80000; cl_cmdrate 128; cl_updaterate 128; cl_interp 0; cl_interp_ratio 1"
  158.                 }
  159.                 "64tick Netsettings"
  160.                 {
  161.                     "hotkey"        "9"
  162.                     "label" "64tick Netsettings"
  163.                     "cmd"   "rate 80000; cl_cmdrate 64; cl_updaterate 64; cl_interp 0; cl_interp_ratio 1"
  164.                 }
  165.             }
  166.         }
  167.         "report" //"SFUI_ReportRadio"
  168.         {
  169.             "hotkey"    "3"
  170.             "title" "#SFUI_ReportRadio"
  171.             "timeout"   "5"
  172.            
  173.             "Commands"
  174.             {
  175.                 "enemyspot"
  176.                 {
  177.                     "hotkey"    "1"
  178.                     "label" "#SFUI_Radio_Spotted"
  179.                     "cmd"   "enemyspot"
  180.                 }
  181.                 "needbackup"
  182.                 {
  183.                     "hotkey"    "2"
  184.                     "label" "#SFUI_Radio_Need_Backup"
  185.                     "cmd"   "needbackup"
  186.                 }
  187.                 "takepoint"
  188.                 {
  189.                     "hotkey"    "3"
  190.                     "label" "#SFUI_Radio_Take_Point"
  191.                     "cmd"   "takepoint"
  192.                 }
  193.                 "sectorclear"
  194.                 {
  195.                     "hotkey"    "4"
  196.                     "label" "#SFUI_Radio_Sector_Clear"
  197.                     "cmd"   "sectorclear"
  198.                 }
  199.                 "inposition"
  200.                 {
  201.                     "hotkey"    "5"
  202.                     "label" "#SFUI_Radio_In_Position"
  203.                     "cmd"   "inposition"
  204.                 }
  205.                 "getout"
  206.                 {
  207.                     "hotkey"        "6"
  208.                     "label"         "#SFUI_Radio_Shes_Gonna_Blow"
  209.                     "cmd"           "getout"
  210.                 }
  211.                 "spacer"
  212.                 {
  213.                     "hotkey"        "7"
  214.                     "label" "----------------------"
  215.                     "cmd"   "echo"
  216.                 }
  217.                 "Netgraph ON"
  218.                 {
  219.                     "hotkey"        "8"
  220.                     "label" "Netgraph ON"
  221.                     "cmd"   "net_graph 1"
  222.                 }
  223.                 "Netgraph OFF"
  224.                 {
  225.                     "hotkey"        "9"
  226.                     "label" "Netgraph OFF"
  227.                     "cmd"   "net_graph 0"
  228.                 }      
  229.             }
  230.         }
  231.     }
  232. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement