Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- limit: 100 000
- waluta: $
- variables:
- {deposit::%Player%} = false
- {deposit::money::%player%} = 0
- command /deposit [<text>]:
- trigger:
- if argument 1 isn't set:
- {deposit::%player%} is false:
- message "&6Ciesz sie! &aTwoje konto jest zabezpieczone! I nie przekraczas limitu"
- else:
- message "&cNiestety! Fajnie sie bawiles i duzo zarobiles... &6Do wyplacenia %{deposit::money::%player%}%"
- if argument 1 is "wyplac":
- if player's account < {@limit}:
- {deposit::money::%player%} > 1:
- if {deposit::%player%} is true:
- add {deposit::money::%player%} to player's account
- # Zabezpieczenie przed.. bugiem
- set {_x} to player's account + {deposit::money::%player%}
- if player's account is {_x}:
- clear {deposit::money::%player%}
- else:
- message "&6* &cNastapil blad."
- stop
- else:
- send "&cTwoj depozyt jest zamkniety"
- else:
- send "&cNic nie masz XD"
- else:
- send "&cTwoje konto przekracza limit... Nie mozesz wyplacic wiecej!"
- stop
- if argument 1 is "remove":
- clear {deposit::money::%player%}
- broadcast "&6Gracz &c%player% &7wyzerowal sobie depozyt"
- stop
- every 5 seconds:
- loop all players:
- loop-player's account < {@limit}:
- stop
- else:
- set {deposit::%loop-player%} to true
- set {_x} to loop-player's account
- set {_x1} to {_x} - {@limit}
- clear player's account
- add {_x1} to player's account
- add {_x}-{_x1} to {deposit::money::%player%}
- message "&cTwoje konto przekroczylo limit..." to loop-player
- stop
Add Comment
Please, Sign In to add comment