Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // JUMP THROW
  2. alias "+jumpthrow" "+jump;-attack"
  3. alias "-jumpthrow" "-jump"
  4. bind "v" "+jumpthrow"
  5.  
  6. cl_cmdrate "128"
  7. cl_interp "0.03"
  8. cl_interp_ratio "1"
  9. cl_updaterate "128"
  10. rate "786432"
  11.  
  12. // DROP PLS
  13. bind h "buy ak47; buy m4a1; use weapon_ak47; drop"
  14.  
  15. // FIND THE BOMB
  16. alias "+findbomb" "+use; gameinstructor_enable 1"
  17. alias "-findbomb" "-use; gameinstructor_enable 0"
  18. bind "e" "+findbomb"
  19.  
  20. // END
  21. developer 0
  22. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement