Guest User

BlokadaKopania v1.0 by NewStyleGG

a guest
Dec 25th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #Autor: NewStyleGG
  2. #Nazwa Skryptu: BlokadaKamienia
  3. #Opis: Blokuje Niszczenie Sie Kamienia, Zachowuje wszystkie czynnosci z nim zwiazane np. OtherDrops lub Exp ze stona
  4. variables:
  5. {exp.%player%} = 0
  6.  
  7. command /kopanie:
  8. description:
  9. trigger:
  10. if {exp.%player%} is 1:
  11. send "Wylaczyles Tryb Expienia, Stone Bedzie Sie Normalnie Niszczyl"
  12. set {exp.%player%} to 0
  13. stop
  14. if {exp.%player%} is 0:
  15. message "Wlaczyles Tryb Expienia Stone Nie Bedzie Sie Niszczyl"
  16. set {exp.%player%} to 1
  17. stop
  18. stop trigger
  19. on mine of stone:
  20. if {exp.%player%} is 1:
  21. cancel event
Advertisement
Add Comment
Please, Sign In to add comment