Advertisement
HoursWithJSN

CSGO CFG

Sep 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Jump Throw
  2. alias +jumpthrow "+jump;-attack"
  3. alias -jumpthrow "-jump"
  4. bind h +jumpthrow
  5.  
  6. View Model
  7. cl_viewmodel_shift_left_amt "0.500000"
  8. cl_viewmodel_shift_right_amt "0.250000"
  9. viewmodel_fov "68"
  10. viewmodel_offset_x "2.5"
  11. viewmodel_offset_y "2.0"
  12. viewmodel_offset_z "-2.0"
  13. viewmodel_presetpos "0"
  14. cl_bob_lower_amt "5.000000"
  15. cl_bobamt_lat "0.100000"
  16. cl_bobamt_vert "0.100000"
  17. cl_bobcycle "0.98"
  18.  
  19. Crosshair
  20. cl_crosshair_drawoutline 1
  21. cl_crosshair_dynamic_splitalpha_innermod 1
  22. cl_crosshair_dynamic_splitalpha_outermod 0.5
  23. cl_crosshair_dynamic_maxdist_splitratio 0.35
  24. cl_crosshair_dynamic_splitdist 7
  25. cl_crosshair_outlinethickness 1
  26. cl_crosshair_sniper_show_normal_inaccuracy 0
  27. cl_crosshair_sniper_width 1.5
  28. cl_crosshairalpha 255
  29. cl_crosshaircolor 2
  30. cl_crosshaircolor_b 0
  31. cl_crosshaircolor_g 127
  32. cl_crosshaircolor_r 255
  33. cl_crosshairdot 0
  34. cl_crosshairgap -1
  35. cl_crosshairgap_useweaponvalue 0
  36. cl_crosshairscale 0
  37. cl_crosshairsize 1
  38. cl_crosshairstyle 1
  39. cl_crosshairthickness 0
  40. cl_crosshairusealpha 1
  41.  
  42. BUY MENU
  43. bind "KP_END" "buy vest"
  44. bind "KP_downarrow" "buy vesthelm"
  45. bind "KP_PGDN" "buy defuser"
  46. bind "KP_PGUP" "buy m4a1; buy ak47"
  47. bind "KP_UPARROW" "buy awp"
  48. bind "KP_leftarrow" "buy hegrenade"
  49. bind "KP_5" "buy flashbang"
  50. bind "KP_rightarrow" "buy smokegrenade"
  51. bind "KP_HOME" "buy p250"
  52. bind "KP_DEL" "buy deagle"
  53. bind "KP_minus" "buy famas; buy galilar"
  54. bind "kp_PLUS" "buy molotov; buy incgrenade;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement