Advertisement
Guest User

primuzmax *autoexec

a guest
Feb 13th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. // Viewmodels
  2. viewmodel_presetpos 4
  3. viewmodel_fov 70
  4. viewmodel_offset_x 1.5
  5. viewmodel_offset_y 2
  6. viewmodel_offset_z -1.5
  7.  
  8. // Crosshair
  9. cl_crosshair_drawoutline "0";
  10. cl_crosshair_outlinethickness "1";
  11. cl_crosshairalpha "200";
  12. cl_crosshaircolor "1";
  13. cl_crosshaircolor_b "50";
  14. cl_crosshaircolor_g "250";
  15. cl_crosshaircolor_r "50";
  16. cl_crosshairdot "0";
  17. cl_crosshairgap "-1";
  18. cl_crosshairscale "0";
  19. cl_crosshairsize "5";
  20. cl_crosshairstyle "4";
  21. cl_crosshairthickness "0.1";
  22. cl_crosshairusealpha "1";
  23.  
  24. //Buyscript
  25. bind "F1" "buy glock; buy vest; use weapon_knife"
  26. bind "F2" "buy ump45"; buy vest; use weapon_knife"
  27. bind "F3" "buy ak47; buy vesthelm; use weapon_knife; go; buy flashbang; buy molotov; buy incgrenade; buy smokegrenade; buy hegrenade; buy defuser"
  28. bind "F4" "buy awp; buy tec9; buy vesthelm; use weapon_knife; go; buy flashbang; buy molotov; buy incgrenade; buy smokegrenade; buy hegrenade"
  29. bind "F5" "buy p250; buy vest; use weapon_knife; buy flashbang"
  30. bind "F6" "buy vest; use weapon_knife; go; buy flashbang; buy molotov; buy incgrenade; buy smokegrenade; buy hegrenade"
  31. bind "F7" "buy deagle; buy smokegrenade; buy hegrenade; buy defuser"
  32.  
  33. alias "+jumpthrow" "+jump;-attack"
  34. alias "-jumpthrow" "-jump"
  35. bind "v" "+jumpthrow"
  36.  
  37. cl_bob_lower_amt 5
  38. cl_bobamt_lat 0.1
  39. cl_bobamt_vert 0.1
  40. cl_bobcycle 0.98
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement