Guest User

Untitled

a guest
Jul 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ********************************************************************************
  2. Vissaszámláló
  3. ********************************************************************************
  4.  
  5. on *:text:!cd:*: {
  6. if ( $count( %jog , AAA $nick AAA ) == 1 ) || ( $nick == csepke ) {
  7. set %cd 1
  8. set %cd.nick $active
  9. msg %cd.nick 10 másodperc van hátra!
  10. .timercountdown1 1 2 /msg $chan 9
  11. .timercountdown2 1 3 /msg $chan 8
  12. .timercountdown3 1 4 /msg $chan 7
  13. .timercountdown4 1 5 /msg $chan 6
  14. .timercountdown5 1 6 /msg $chan 5
  15. .timercountdown6 1 7 /msg $chan 4
  16. .timercountdown7 1 8 /msg $chan 3
  17. .timercountdown8 1 9 /msg $chan 2
  18. .timercountdown9 1 9 /msg $chan 1
  19. .timercountdown10 1 10 /msg $chan GO GO GO!
  20. }
  21. else { /msg $chan Nincs jogod visszaszámolást indítani! }
  22. }
Add Comment
Please, Sign In to add comment