Advertisement
Guest User

Untitled

a guest
May 4th, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. // Rates & Interpolation Values
  2.  
  3. cl_interp "0"
  4. cl_interp_ratio "1"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. rate "128000"
  8. fps_max 129
  9.  
  10. // Mouse Commands
  11.  
  12. m_customaccel "0"
  13. m_rawinput "1"
  14.  
  15.  
  16.  
  17. // binds
  18. bind "\" toggleconsole
  19. bind leftarrow "buy ak47"
  20. bind rightarrow "buy m4a1"
  21. bind uparrow "buy p250"
  22. bind downarrow "buy vesthelm"
  23. bind del "buy flashbang"
  24. bind end "buy hegrenade"
  25. bind pgdn "buy smokegrenade"
  26. bind pgup "buy defuser"
  27. bind INS "buy molotov;buy incgrenade"
  28. bind f "use weapon_flashbang"
  29.  
  30. // Misc Commands
  31.  
  32. hud_scaling "1.0"
  33. cl_autowepswitch "0"
  34. hud_showtargetid "1"
  35. cl_autohelp "0"
  36. cl_showhelp "0"
  37. mat_queue_mode 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement