Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. //Crosshair
  2.  
  3. cl_crosshair_drawoutline "0"
  4. cl_crosshairalpha "200"
  5. cl_crosshairdot "0"
  6. cl_crosshairgap "-3"
  7. cl_crosshairgap_useweaponvalue "0"
  8. cl_crosshairsize "3"
  9. cl_crosshairstyle "4"
  10. cl_crosshairthickness "0.5"
  11. cl_crosshairusealpha "1"
  12.  
  13. //Viewmodel
  14.  
  15. viewmodel_fov "68"
  16. viewmodel_offset_x "2.5"
  17. viewmodel_offset_y "0"
  18. viewmodel_offset_z "-1.5"
  19. viewmodel_presetpos "3"
  20. cl_viewmodel_shift_left_amt "1.5"
  21. cl_viewmodel_shift_right_amt "0.75"
  22. viewmodel_recoil "0"
  23. cl_righthand "1"
  24.  
  25. //viewmodel_fov 68; viewmodel_offset_x 1; viewmodel_offset_y 2; viewmodel_offset_z -1.5; viewmodel_presetpos 0; cl_viewmodel_shift_left_amt 1.5; cl_viewmodel_shift_right_amt 0.75; viewmodel_recoil 0; cl_righthand 1;
  26.  
  27. //FPS Max
  28. fps_max 0
  29.  
  30. //Grenades on mouse
  31. bind mouse4 "use weapon_flashbang"
  32.  
  33. //Preload
  34. cl_forcepreload 0
  35.  
  36. //Clear Decals
  37. bind mouse3 "r_cleardecals"
  38.  
  39. //Scripts
  40.  
  41. net_graph "1"
  42. net_graphheight "0"
  43. alias "+scorenet" "+showscores"
  44. alias "-scorenet" "-showscores"
  45. bind "TAB" "+scorenet"
  46. net_graphpos "2"
  47.  
  48. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement