Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on join:
- if {balance::%player%} is not set:
- set {balance::%player%} to 0
- command /dodaj [<offlineplayer>] [<integer>]:
- permission: admin.dodaj
- permission message: &cBrak uprawnien!
- trigger:
- if arg 1 is not set:
- send "&cUzycie: &7/dodaj (nick) (ilosc)"
- stop
- if arg 2 is not integer:
- send "&cUzycie: &7/dodaj (nick) (ilosc)"
- stop
- set {_add} to argument-2
- if {_add} is not set:
- send "&cUzycie: &7/dodaj (nick) (ilosc)"
- stop
- add {_add} to {balance::%player%}
- send "&aDodano &7%{_add}%zl &agraczowi &7%arg 1%"
- command /stan [<text>]:
- trigger:
- send "%{balance::%player%}%"
Advertisement
Add Comment
Please, Sign In to add comment