Advertisement
Clarkelele

Untitled

Jan 22nd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. rate 786432
  2. cl_updaterate 128
  3. cl_cmdrate 128
  4. cl_interp_ratio 1
  5. cl_interp 0
  6.  
  7. volume .01
  8. fps_max 999
  9. fps_max_menu 999
  10.  
  11. alias "+forwardjumpthrow" "+jump;-attack"
  12. alias "-forwardjumpthrow" "-jump;"
  13. bind "j" "+forwardjumpthrow"
  14.  
  15. //Crosshair
  16. cl_crosshair_drawoutline "0"
  17. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  18. cl_crosshair_dynamic_splitalpha_innermod "1"
  19. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  20. cl_crosshair_dynamic_splitdist "7"
  21. cl_crosshair_outlinethickness "1"
  22. cl_crosshair_sniper_show_normal_inaccuracy "0"
  23. cl_crosshair_sniper_width "1"
  24. cl_crosshairalpha "255"
  25. cl_crosshaircolor "5"
  26. cl_crosshaircolor_b "255"
  27. cl_crosshaircolor_g "0"
  28. cl_crosshaircolor_r "255"
  29. cl_crosshairdot "0"
  30. cl_crosshairgap "-2"
  31. cl_crosshairgap_useweaponvalue "0"
  32. cl_crosshairscale "0"
  33. cl_crosshairsize "3"
  34. cl_crosshairstyle "4"
  35. cl_crosshairthickness "0"
  36. cl_crosshairusealpha "1"
  37. cl_fixedcrosshairgap "3"
  38.  
  39. //View
  40. cl_viewmodel_shift_left_amt "1.5"
  41. cl_viewmodel_shift_right_amt "0.75"
  42. viewmodel_fov "62.000000"
  43. viewmodel_offset_x "1.5"
  44. viewmodel_offset_y "1.600000"
  45. viewmodel_offset_z "-1.900000"
  46. viewmodel_presetpos "0"
  47. cl_bob_lower_amt "21"
  48. cl_bobamt_lat "0.33"
  49. cl_bobamt_vert "0.14"
  50. cl_bobcycle "0.98"
  51.  
  52. //BuyBinds
  53. bind "kp_end" "buy ak47; buy m4a1;"
  54. bind "kp_downarrow" "buy galilar; buy famas;"
  55. bind "kp_pgdn" "buy awp;"
  56. bind "kp_leftarrow" "buy flashbang;"
  57. bind "kp_5" "buy hegrenade;"
  58. bind "kp_rightarrow" "buy molotov; buy incgrenade;"
  59. bind "kp_home" "buy smokegrenade;"
  60. bind "kp_uparrow" "buy vest;"
  61. bind "kp_pgup" "buy vesthelm;"
  62. bind "kp_plus" "buy tec9; buy fiveseven;"
  63. bind "kp_enter" "buy p250;"
  64. bind "kp_ins" "buy defuser;"
  65.  
  66. //Chatshit commands
  67.  
  68. bind l "say wag1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement