Advertisement
Guest User

Untitled

a guest
Sep 18th, 2013
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. //Clear
  2. exec clear
  3.  
  4. //Weapons
  5. alias primary "soldier_primary; viewmodels; xhairprimary"
  6. alias secondary "soldier_secondary; viewmodels; xhairsecondary"
  7. alias melee "soldier_melee; r_drawviewmodel 1; xhairmelee"
  8.  
  9. //Aliases
  10. alias +shiftkey "alias 1 "say_team !add";alias 2 "say_team !remove";alias 3 "kill""
  11. alias -shiftkey "alias 1 "null" ;alias 2 "null" ;alias 3 "null""
  12. alias +shiftkey2 "alias 1 "say_team /s";alias 2 "say_team /t";alias 3 "say_team "/regen on""
  13. alias -shiftkey2 "alias 1 "null" ;alias 2 "null" ;alias 3 "null""
  14.  
  15. //Binds
  16. bind mouse5 +shiftkey
  17. bind mouse4 +shiftkey2
  18.  
  19. bind "r" "medic; dropitem"
  20.  
  21. bind "f1" "load_itempreset 0; alias secondary soldier_secondary; viewmodels; xhairsecondary"
  22. bind "f2" "load_itempreset 1; alias secondary"
  23. bind "f3" "load_itempreset 2; alias secondary"
  24. bind "f4" "load_itempreset 3; alias secondary soldier_secondary; viewmodels; xhairsecondary"
  25.  
  26. //Settings
  27. load_itempreset 1
  28. alias secondary ""
  29.  
  30. //Spawn swap
  31. bind "CTRL" "join_class heavyweapons"
  32.  
  33. echo "Soldier config loaded."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement