Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. // Net rates
  2. cl_cmdrate "128"
  3. cl_interp "0"
  4. cl_interp_ratio "1"
  5. cl_updaterate "128"
  6. rate "128000"
  7.  
  8. // Radar shit
  9. cl_radar_always_centered "0"
  10. cl_radar_scale "0.3"
  11. cl_hud_radar_scale "1.15"
  12. cl_radar_icon_scale_min "1"
  13. cl_radar_rotate "1"
  14.  
  15. // Binds
  16. bind space "+jump"
  17. bind mwheeldown "+jump"
  18. bind mwheelup "+jump"
  19. bind "t" "use weapon_c4
  20. bind "4" "use weapon_flashbang"
  21. bind "c" "use weapon_molotov;use weapon_incgrenade;"
  22. bind "9" "use weapon_decoy"
  23. alias voicetoggle "toggle voice_scale 0 0.6"
  24. bind "f1" voicetoggle
  25. // Buys
  26. bind "leftarrow" "buy smokegrenade;"
  27. bind "downarrow" "buy flashbang;"
  28. bind "rightarrow" "buy hegrenade;"
  29. bind "uparrow" "buy molotov; buy incgrenade;"
  30. bind "f2" "buy ak47; buy m4a1;"
  31. bind "6" "buy vesthelm;"
  32. bind "5" "buy vest;"
  33. bind "7" "buy defuser;"
  34. bind "f4" "buy tec9; buy fiveseven;"
  35. bind "end" "buy p250;"
  36. bind "f3" "buy awp;"
  37. bind "f5" "buy ump;"
  38. bind "f6" "buy famas;"
  39. bind "f7" "buy deagle;"
  40. bind "8" "buy mp9;"
  41. bind "f8" "buy ssg08;"
  42.  
  43. // Jumpthrow
  44. alias "+jumpthrow" "+jump;-attack"
  45. alias "-jumpthrow" "-jump"
  46. bind "v" "+jumpthrow"
  47.  
  48. // Misc
  49. gameinstructor_enable 0
  50. cl_autowepswitch "0"
  51.  
  52. //Scoreboard netgraph
  53. net_graph "1"
  54. net_graphheight "9999"
  55. alias "+scorenet" "+showscores; net_graphheight 0"
  56. alias "-scorenet" "-showscores; net_graphheight 9999"
  57. bind "TAB" "+scorenet"
  58.  
  59. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement