Advertisement
DjLysy

skrypt#2

Sep 10th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. # Skrypt by Pasta_PL
  2. # zakaz kopiowania
  3. #bez mojej zgody oczywiście
  4. #w 1/10 z neta ,ale bardzo zmnienione
  5. command /konto:
  6. trigger:
  7. send "&a Stan konta &6%money%"
  8. command /bank:
  9. trigger:
  10. send "&8=== &2&lPOMOC &8==="
  11. send "&6Aby wyswietlic stan konta wpisz /konto"
  12. send "&6Aby przelać komuś pieniądze wpisz /przelew"
  13. send "&8=== &2&lPOMOC &8==="
  14. command /przelew [<offlineplayer>] [<integer>]:
  15. trigger:
  16. if arg 2 is set:
  17. set {_lu} to arg 1
  18. set {_ka} to arg 2
  19. if {money::%player%} >= {_lu}:
  20. remove {_ka} from {money::%player%}
  21. add {_ka} to {money::%{_lu}%}
  22. send "&6Przekazales/as %{_ka}% graczowi %{_lu}%"
  23. else:
  24. send "&6Nie masz tyle pieniędzy! %{mone::%player%}% / %{_ka}%
  25. else:
  26. send "&6poprawne uzycie: &c/pay <gracz> <ilosc>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement