Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. // net
  2. net_graph "3"
  3. net_graphpos "1"
  4.  
  5. // Buy Script
  6. bind "KP_HOME" "m4a1;AK47;primammo;vesthelm"
  7. bind "KP_UPARROW" "awp;primammo;vesthelm"
  8. bind "KP_PGUP" "hegren"
  9. bind "KP_LEFTARROW" "deagle;secammo;vesthelm"
  10. bind "KP_RIGHTARROW" "flash"
  11. bind "KP_END" "defuser;primammo;secammo"
  12. bind "KP_PGDN" "sgren"
  13.  
  14. // Övrigt
  15. cl_idealpitchscale 1.3
  16. cl_weather 0
  17. cl_dynamiccrosshair 0
  18. cl_upspeed 400
  19. _cl_autowepswitch 0
  20. cl_crosshair_color "255 255 255"
  21. con_color "255 180 30"
  22. developer 0
  23. gl_spriteblend 1
  24. ati_subdiv 0
  25. ati_npatch 0
  26. s_eax 0
  27. s_a3d 0
  28. cl_weather 0
  29. hud_fastswitch 1
  30. fps_max 101
  31.  
  32.  
  33. // RATE
  34. rate 25000
  35. cl_updaterate "101"
  36. cl_cmdrate "100"
  37. cl_rate 9999
  38. ex_interp "0.01"
  39.  
  40. // BIND
  41. bind "p" "amx_banmenu"
  42. bind "MWHEELUP" "+jump;wait;-jump"
  43. bind "MWHEELDOWN" "+duck;wait;-duck"
  44. bind "k" "amxmodmenu"
  45. bind "l" "say /jcm"
  46. bind "f" "+bmgrab"
  47.  
  48.  
  49. // Switcher
  50. bind "o" righthand0
  51.  
  52. alias righthand0 "cl_righthand 0 ; bind o lefthand1"
  53. alias lefthand1 "cl_righthand 1 ; bind o righthand0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement