Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. //Hud
  2.  
  3. cl_hud_background_alpha "0.5"
  4. cl_hud_bomb_under_radar "1"
  5. cl_hud_color "5"
  6. cl_hud_healthammo_style "0"
  7. cl_hud_playercount_pos "1"
  8. cl_hud_radar_scale "0.90"
  9. hid_scaling "0.95"
  10. cl_radar_scale "0.65"
  11.  
  12. //Extra
  13.  
  14. +cl_show_team_equipment "1"
  15. net_graph "1"
  16. net_graphproportionalfont "0"
  17. net_graphpos "40"
  18. unbind "mwheelup"
  19. fps_max 0
  20.  
  21.  
  22.  
  23. //Viewmodel
  24.  
  25. viewmodel_fov "65"
  26. viewmodel_offset_x "2.5"
  27. viewmodel_offset_y "0"
  28. viewmodel_offset_z "-1.5"
  29. viewmodel_recoil "0"
  30. cl_bob_lower_amt "30"
  31.  
  32.  
  33. //Crosshair
  34.  
  35. cl_crosshair_drawoutline "0"
  36. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  37. cl_crosshair_dynamic_splitalpha_innermod "1"
  38. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  39. cl_crosshair_dynamic_splitdist "7"
  40. cl_crosshair_outlinethickness "1"
  41. cl_crosshair_sniper_show_normal_inaccuracy "0"
  42. cl_crosshair_sniper_width "1"
  43. cl_crosshair_t "0"
  44. cl_crosshairalpha "255"
  45. cl_crosshaircolor "5"
  46. cl_crosshaircolor_b "255"
  47. cl_crosshaircolor_g "255"
  48. cl_crosshaircolor_r "255"
  49. cl_crosshairdot "0"
  50. cl_crosshairgap "-2"
  51. cl_crosshairgap_useweaponvalue "0"
  52. cl_crosshairscale "4"
  53. cl_crosshairsize "2.5"
  54. cl_crosshairstyle "4"
  55. cl_crosshairthickness "1"
  56. cl_crosshairusealpha "1"
  57. cl_fixedcrosshairgap "-3"
  58.  
  59. //Sound
  60.  
  61. volume "0.5"
  62. voice_enable "1"
  63. voice_player_volume "0.3"
  64.  
  65. //Buy Binds
  66.  
  67. bind "kp_home" "buy ak47; buy m4a1;"
  68. bind "kp_uparrow" "buy awp;"
  69. bind "kp_leftarrow" " buy vest;"
  70. bind "kp_pgup" " buy vesthelm; buy vest;"
  71. bind "kp_plus" " buy defuser;"
  72. bind "kp_end" " buy hegrenade;"
  73. bind "kp_downarrow" " buy flashbang;"
  74. bind "kp_pgdn" " buy molotov; buy incgrenade;"
  75. bind "kp_rightarrow" " buy smokegrenade;"
  76. bind "numlock" "buy p250;"
  77. bind "kp_slash" "buy deagle; buy revolver;"
  78. bind "kp_multiply" "buy tec9; buy fiveseven;"
  79. bind "ins" "buy ak47; buy m4a1; buy hegrenade; buy flashbang; buy molotov; buy incgrenade; buy smokegrenade; buy vesthelm; buy vest;"
  80. bind "rightarrow" "buy mac10; buy mp9;"
  81. bind "uparrow" "buy ump45;"
  82. bind "downarrow" "buy aug; buy sg556;"
  83.  
  84. //Keybinds
  85. bind "mwheeldown" +jump
  86. bind "space" +jump
  87.  
  88. //Sens
  89.  
  90. sensitivity "2.000000"
  91. zoom_sensitivity_ratio_joystick "1.0"
  92. zoom_sensitivity_ratio_mouse "1.000000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement