Skocz do zawartości
  • 0

Komenda za pieniadze


AndrojusPL

Pytanie

Witam. Mam skrypt na gildie:

command /zaloz [<text&gt] [<text&gt]:        trigger:                if arg 1 is not set:                        send "{@t} poprawne uzycie /zaloz <TAG> <NAZWA>"                        stop                if {gildia.%player%.owner} is true:                        send "{@t} posiadasz juz gildie!"                if {gildia.%player%.member} is true:                        send "{@t} jestes juz w gildi!"                else:                        if arg 1 is not empty:                                if arg 2 is not empty:                                        send "{@t} tworzenie zabezpieczen....."                                        set {gildia.tag.%name of player%} to arg 1                                        message "&6Zalozyles gildie! Gratulacje :)"                                        set {gildia.%name of player%.owner} to true                                        set {gildia.home.%arg 1%} to location of player                                        broadcast "{@t} Gracz %name of player% zalozyl gildie o nazwie %arg 2% o tagu %arg 1% Powodzenia :)"                                        set {gildia.%name of player%} to true

i chciałbym dodac ze odejmuje x zlota. Posiadam plugin iConomy i wlasnie od niego chcialbym odejmowac te pieniadze. I jeszcze jesli ma za malo, to żeby wyskoczył komunikat :)

Edytowane przez AndrojusPL
Odnośnik do komentarza
Udostępnij na innych stronach

1 odpowiedź na to pytanie

Rekomendowane odpowiedzi

  • 0
options:        kasa: 10command /zaloz [<text&gt] [<text&gt]:        trigger:                if arg 1 is not set:                        send "{@t} poprawne uzycie /zaloz <TAG> <NAZWA>"                        stop                if {gildia.%player%.owner} is true:                        send "{@t} posiadasz juz gildie!"                if {gildia.%player%.member} is true:                        send "{@t} jestes juz w gildi!"                else:                        if arg 1 is not empty:                                if arg 2 is not empty:                                        send "{@t} tworzenie zabezpieczen....."                                        remove {@kasa} from player's balance                                        set {gildia.tag.%name of player%} to arg 1                                        message "&6Zalozyles gildie! Gratulacje :)"                                        set {gildia.%name of player%.owner} to true                                        set {gildia.home.%arg 1%} to location of player                                        broadcast "{@t} Gracz %name of player% zalozyl gildie o nazwie %arg 2% o tagu %arg 1% Powodzenia :)"                                        set {gildia.%name of player%} to true
Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...