mstarr

radiopanel help

Oct 12th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. http://imgur.com/pQJQOGR,cnkbPBG
  2.  
  3. http://pastebin.com/9WKtTUwz
  4.  
  5. A lot of commands are locked - no toggle, alias, etc. Rly only useful for buy menu.
  6.  
  7. alias +rad1 "radio2" //This is my preferred way to use this.
  8. alias -rad1 "radio3;radio3" //Press a key and radio2 comes up - upon releasing a key the menu will close (whether you selected anything or not)
  9. //"radio3;radio3" forces the radio menu to close upon key release - with just alias +rad1 radio2, alias -rad1 radio2, the menu will reopen if you release the key after pressing something - use two radio commands to force the menu to close
  10.  
  11. alias +rr "+reload;RADIO2"
  12. alias -rr "-reload;r_cleardecals" //I don't recommend using reload anymore - the menu was still up while I was trying to wep switch a few times - took two button presses
  13. bind r +rr
  14.  
  15. alias -bb "radio2"
  16. alias +bb "radio2"
  17. bind b +bb
  18.  
  19. alias decoymenu "slot9; radio2" //this is my current usage - might as well not waste my decoy key :)
  20.  
  21. //always have a backup buy menu within reach
  22.  
  23. alias +radar "+use;RADIO2;show_loadout_toggle;CL_RADAR_SCALE .35; cl_radar_always_centered 0"
  24. alias -radar "-use;spec_next;CL_RADAR_SCALE .6;cl_radar_always_centered 1"
  25. bind e +radar
  26. //I don't use this either a bit annoying.
  27. Love, mstarr
Advertisement
Add Comment
Please, Sign In to add comment