Advertisement
Langse

autoexec

Mar 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. // autoexec
  2.  
  3. // fps max
  4. fps_max 250
  5.  
  6. // Toggle Info Target ID 2017-03-16
  7. alias "ToggleInfo" "info_on"
  8. alias "info_on" "+cl_show_team_equipment; alias ToggleInfo info_off"
  9. alias "info_off" "-cl_show_team_equipment; alias ToggleInfo info_on"
  10. bind "j" "ToggleInfo"
  11.  
  12.  
  13. // c4
  14. alias "dropc4" "use weapon_c4;drop"
  15. bind h "dropc4"
  16.  
  17. // Key pad binds
  18. bind "kp_end" "buy ak47; buy m4a1;"
  19. bind "kp_downarrow" "buy awp;"
  20. bind "kp_pgdn" "buy p90;"
  21. bind "kp_ins" "buy vesthelm;"
  22. bind "kp_del" "buy defuser;"
  23. bind "kp_home" "buy smokegrenade;"
  24. bind "kp_uparrow" "buy flashbang;"
  25. bind "kp_leftarrow" "buy hegrenade;"
  26. bind "kp_5" "buy molotov; buy incgrenade;"
  27. bind "kp_enter" "buy ak47; buy m4a1; buy vesthelm; buy defuser;"
  28. bind "kp_pgup" "buy flashbang; buy molotov; buy incgrenade; buy hegrenade; buy smokegrenade;"
  29.  
  30. // grenades bind
  31. bind "z" "use weapon_smokegrenade"
  32. bind "c" "use weapon_hegrenade"
  33. bind "x" "use weapon_flashbang"
  34. bind "v" "use weapon_molotov;use weapon_incgrenade;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement