NanashiSC

toggle_deagle_cooldown_timer

Mar 1st, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. // Title: Deagle Cooldown Timer by /u/KeGaMo altered and extended by Nanashi
  2. // Author /u/NanashiSC
  3. // Version: 2019-03-05
  4. // Source https://www.reddit.com/r/CounterStrikeBinds/comments/aucj4n/3_useful_scripts/
  5. // Note: The full deagle accuracy delay time is 1.9 sec (3 sec after a jump) but at delay 1 sec
  6. // It's accurate enough to headshot people in most map ranges.
  7.  
  8. alias +deagle_cooldowndtimer "+attack; sndplaydelay 1 weapons\deagle\de_clipin"
  9. alias -deagle_cooldowndtimer "-attack"
  10.  
  11. alias toggle_deagle_cooldowntimer deagle_cooldowntimer_ON
  12. alias deagle_cooldowntimer_ON "bind MOUSE1 +deagle_cooldowndtimer; echo Deagle Cooldown Timer ON; alias toggle_deagle_cooldowntimer deagle_cooldowntimer_OFF"
  13. alias deagle_cooldowntimer_OFF "bind MOUSE1 +attack; echo Deagle Cooldown Timer OFF; alias toggle_deagle_cooldowntimer deagle_cooldowntimer_ON"
  14.  
  15. alias defD "bind d +moveright"
  16. alias secD "bind d toggle_deagle_cooldowntimer"
  17.  
  18. alias +altbinds "(...); secD; (...)"
  19. alias -altbinds "(...); defD; (...)"
  20.  
  21. bind alt +altbinds
  22.  
  23. // Soundpool
  24. //playvol weapons\deagle\de_clipin 0.5//deagle-clicksound
  25. //playvol buttons\weapon_confirm 0.5
  26. //playvol buttons\lever7 0.5 //authors choice
  27. //playvol buttons\button4 0.5
  28. //playvol training\countdown 0.5 //countdown 3-2-1
  29. //playvol player\vo\fbihrt\radiobotreponsepositive08 0.5 //oh yah
  30. //playvol player\vo\fbihrt\radiobotreponsepositive18 0.5 //next one
  31. //playvol player\vo\fbihrt\radiobotreponsepositive01 0.5 //yes
  32. //playvol player\vo\fbihrt\radiobotreponsepositive04 0.5 //okay
  33. //playvol player\vo\fbihrt\radiobotreponsepositive07 0.5 //yepp
  34. //playvol player\vo\gsg9\agree02 0.5 //okay
  35. //playvol player\vo\idf\radio_locknload13 0.5 //let's go
Add Comment
Please, Sign In to add comment