Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. // Timer
  2. // by Fronty, 01/12
  3. // last update 01/12
  4. //
  5. // scriptfile
  6. //
  7. // binds: del will say the spawntime to your teammates once you have entered it.
  8. // end will reset the timer and gives an echo of the time you had setted.
  9. // pgdn will open the timer, second press will rebind the numblock to your preferenced binds, given in closeTimer.cfg.
  10. // hint: if you are using a key to join specators, you may add "; vstr closeTimer" to that bind.
  11. //
  12.  
  13. set openTimer "echo timer opened; vstr chosenTimer; wait 3; bind pgdn vstr closeTimer;""
  14. set closeTimer "exec timer/closeTimer.cfg; echo timer closed; wait 3; bind pgdn vstr openTimer""
  15. set enteredTimer "exec timer/closeTImer.cfg; wait 3; bind pgdn vstr openTimer""
  16. set rstTimer "echo setted spawntime was..; vstr timerecho; echo timer has been reset.; vstr newTimer; set teamsay echo Timer was reset, set a new spawntime!""
  17. set newTimer "vstr chosenTimer; wait 3; bind pgdn vstr closeTimer;"
  18. set teamsay "echo no spawntime set!""
  19. set defaultTimer "exec timer/closeTimer.cfg""
  20.  
  21.  
  22. bind del "vstr teamsay; vstr enteredTimer""
  23. bind end "vstr rstTimer""
  24. bind pgdn "vstr openTimer""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement