Advertisement
Guest User

dsdsdsds

a guest
Jul 28th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. rate "1004000"
  2. hud_scaling "1"
  3. cl_interp "0"
  4. cl_interp_ratio "1"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7.  
  8. buyscript
  9.  
  10. bind "kp_end" "buy deagle"
  11. bind "kp_downarrow" "buy p250"
  12. bind "kp_pgdn" "buy m4a1;buy ak47"
  13. bind "kp_leftarrow" "buy famas;buy galil"
  14. bind "kp_rightarrow" "buy tec9"
  15. bind "kp_5" "buy awp"
  16. bind "kp_ins" "buy hegrenade"
  17. bind "kp_del" "buy flashbang"
  18. bind "kp_enter" "buy vesthelm"
  19. bind "kp_plus" "buy vest"
  20. bind "kp_minus" "buy defuser"
  21. bind "kp_multiply" "buy smokegrenade"
  22.  
  23. bind "mouse3" "+jumpThrow"
  24.  
  25. alias "+jumpThrow" "+jump; -attack"
  26. alias "-jumpThrow" "-jump"
  27. // CONSOLE
  28. con_enable "1"
  29. bind "'" "toggleconsole"
  30. net_graph "1"
  31. cl_showfps "1"
  32.  
  33. // NETCODE
  34. rate "1048576
  35. cl_cmdrate "128"
  36. cl_updaterate "128"
  37. cl_interp "0"
  38. cl_interp_ratio "1"
  39. cl_predictweapons "1"
  40. clientport "1337"
  41.  
  42.  
  43. //MODEL
  44. viewmodel_offset_x "2"
  45. viewmodel_offset_y "4"
  46. viewmodel_offset_z "-2"
  47. cl_viewmodel_shift_left_amt "0"
  48. cl_viewmodel_shift_right_amt "0"
  49. cl_bob_lower_amt "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement