grantygames

Untitled

Jul 3rd, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. options:
  2. preffix: &f[&eHoliday&f]
  3.  
  4. on sign change:
  5. if line 1 is "suporte":
  6. if player is op:
  7. set line 1 to "&l[===-===]"
  8. set line 2 to "&6&lSuporte"
  9. set line 3 to "&7(Clique aqui)"
  10. set line 4 to "&l[===-===]"
  11. on rightclick on sign:
  12. if line 2 is "&6&lSuporte":
  13. set {_espera} to difference between {1231235.Delay::%player%} and now
  14. {_espera} is less than 1 real minute:
  15. send "&cEspere para usar isso dnv"
  16. stop
  17. wait 10 tick
  18. give 1 Book and Quill to player
  19. send "{@preffix} &7Voce pegou &c1 &7livro."
  20. set {1231235.Delay::%player%} to now
  21. on leftclick on sign:
  22. if line 2 is "&6&lSuporte":
  23. set {_espera} to difference between {1231235.Delay::%player%} and now
  24. {_espera} is less than 1 real minute:
  25. send "&cEspere para usar isso dnv"
  26. stop
  27. wait 10 tick
  28. give 1 Book and Quill to player
  29. send "{@preffix} &7Voce pegou &c1 &7livro."
  30. set {1231235.Delay::%player%} to now
  31.  
  32. # -------------------------------
  33. # Criado por Igor Oliveira
  34. # Skype: francoskp15
  35. # Todos creditos a mim!
  36. # Use, mas não abuse ;)
  37. # -------------------------------
Advertisement
Add Comment
Please, Sign In to add comment