Advertisement
Wohlf

Wohlf's CS:GO Config

Oct 3rd, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. //Crosshair
  2. cl_crosshairalpha "90"
  3. cl_crosshaircolor "5"
  4. cl_crosshaircolor_b "255"
  5. cl_crosshaircolor_r "0"
  6. cl_crosshaircolor_g "250"
  7. cl_crosshairdot "1"
  8. cl_crosshairgap "4"
  9. cl_crosshairsize "6"
  10. cl_crosshairstyle "4"
  11. cl_crosshairusealpha "1"
  12. cl_crosshairthickness "1"
  13. cl_fixedcrosshairgap "4"
  14. cl_crosshair_outlinethickness "1"
  15. cl_crosshair_drawoutline "1"
  16.  
  17. //Binds
  18. bind "n" "noclip"
  19. bind "p" "sv_cheats 1"
  20.  
  21. //CFG
  22. exec Weapons
  23. host_writeconfig
  24.  
  25. //viewmodels
  26. viewmodel_fov 68.10
  27. viewmodel_offset_y 2
  28. viewmodel_offset_z -0.90
  29.  
  30. //Scoreboard
  31. net_graph "3"
  32. net_graphheight "9999"
  33. alias "+scorenet" "+showscores; net_graphheight 0"
  34. alias "-scorenet" "-showscores; net_graphheight 9999"
  35. bind "TAB" "+scorenet"
  36.  
  37. //Echos
  38. echo Show netgraph when checking scoreboard!
  39. echo By Wohlf_
  40. echo 02.06.2K15
  41. echo Viewmodel Loaded
  42. echo Crosshair Loaded
  43. echo Binds Loaded
  44. echo WELCOME USER!
  45.  
  46. //Sound Effect
  47. play commander\train_bodydamageheadshot_04
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement