dem232

Kasa

Jul 9th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. options:
  2. kasa: 200 #ile ma dostać kasy
  3. tabliczka: [Kasa] #napis na tabliczce 2 linia
  4. odczekaj: 7 # Wiadomosc jesli juz pobrał
  5. czego: dni #to samo co up
  6.  
  7. variables:
  8. {kasa.%player%} = true
  9.  
  10. on rightclick on sign:
  11. if {kasa.%player%} is true:
  12. line 2 of the clicked block is "{@tabliczka}":
  13. execute console command "/eco give %name of player% {@kasa}"
  14. set {kasa.%player%} to false
  15. if {kasa.%player%} is false:
  16. message "Musisz odczekac {@odczekaj} {@czego} od daty poboru"
  17. wait 7 days #tu ustawiasz czas po jakim znowu mozna pobrac kase
  18. message "Mozesz znowu pobrac pieniadze"
  19. set {kasa.%player%} to true
Advertisement
Add Comment
Please, Sign In to add comment