Skocz do zawartości
  • 0

ustawianie zmiennej


Norbi

Pytanie

Mam oto taki kodzik:

 

command /pvp:setmap [<text&gt]:    executable by: players    aliases: setmap, sm    trigger:        if player has permission "pvp.Setmap":            if arg 1 is not set:                send "&9✹ &7Uzycie: &a/setmap <nazwa>"            if arg 1 is set:                set {map.%arg 1%} to location of player                add arg 1 to {map::*}                send "&9✹ &7Utworzono mape &a%arg 1%&7!"        else:            send "&9✹ &7Nie masz uprawnien!"command /pvp:map [<text&gt]:    executable by: players    aliases: map    trigger:        if arg 1 is not set:            send "&9✹ &7Uzycie: &a/map <mapa>"            set {_lista} to "%{map::*}%"            replace all " and" with "," in {_lista}            send "&9✹ &7Mapy: &a%{_lista}%"        if arg 1 is set:            if {map.%arg 1%} is set:                teleport player to {map.%arg 1%}                send "&9✹ &7Przeniesiono na mape &a%arg 1%&7!"            else:                send "&9✹ &7Mapa &a%arg 1% &7nie istnieje!"                set {_lista} to "%{map::*}%"                replace all " and" with "," in {_lista}                send "&9✹ &7Mapy: &a%{_lista}%"command /pvp:delmap [<text&gt]:    executable by: players    aliases: delmap, dm    trigger:        if player has permission "pvp.Delmap":            if arg 1 is not set:                send "&9✹ &7Uzycie: &a/delmap <mapa>"            if arg 1 is set:                if {map.%arg 1%} is set:                    clear {map.%arg 1%}                    remove arg 1 from {map::*}                    send "&9✹ &7Usunieto mape &a%arg 1%&7!"                else:                    send "&9✹ &7Mapa &a%arg 1% &7nie istnieje!"                    set {_lista} to "%{map::*}%"                    replace all " and" with "," in {_lista}                    send "&9✹ &7Mapy: &a%{_lista}%"        else:            send "&9✹ &7Nie masz uprawnien!"
I chcę dodać gdy zmienna

{map::*}
jest pusta wtedy gdy ma się wyświetlić lista pokazuje się &9✹ &7Mapy: &cBrak

 

A gdy już jakaś mapa tam będzie to nie ma napisu &cBrak tylko poprostu jest lista, daje like'i!

Odnośnik do komentarza
Udostępnij na innych stronach

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

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ę...