GamePL7

skMoney

Nov 24th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. on join:
  2. if {balance::%player%} is not set:
  3. set {balance::%player%} to 0
  4. command /dodaj [<offlineplayer>] [<integer>]:
  5. permission: admin.dodaj
  6. permission message: &cBrak uprawnien!
  7. trigger:
  8. if arg 1 is not set:
  9. send "&cUzycie: &7/dodaj (nick) (ilosc)"
  10. stop
  11. if arg 2 is not integer:
  12. send "&cUzycie: &7/dodaj (nick) (ilosc)"
  13. stop
  14. set {_add} to argument-2
  15. if {_add} is not set:
  16. send "&cUzycie: &7/dodaj (nick) (ilosc)"
  17. stop
  18. add {_add} to {balance::%player%}
  19. send "&aDodano &7%{_add}%zl &agraczowi &7%arg 1%"
  20. command /stan [<text>]:
  21. trigger:
  22. send "%{balance::%player%}%"
Advertisement
Add Comment
Please, Sign In to add comment