Witam jak mam w skript takie coś if length of argument 2 is smaller than 5: to wali mi błędy co jest?
Spoiler
command /pvpguild [<text>] [<text>] [<text>]:
aliases: g, guild, gildia
trigger:
if arg 1 is not set:
send "&8========&6PVPGuild&8========"
send "&e/gildia &a- &7Wszystkie komendy dla gildi!"
send "&e/gildia stworz [TAG] [Nazwa] &a- &7Tworzy gildie!"
send "&e/gildia usun &a- &7Usuwa gildie!"
send "&e/gildia info [Nazwa] &a- &7Informacje o gildi!"
send "&e/gildia zapros [Nick] &a- &7Zaprasza gracza do gildi!"
send "&e/gildia wypros [Nick] &a- &7Usuwa gracza z gildi!"
send "&e/gildia oficer [Nick] &a- &7Nadaje oficera gildi!"
stop
if arg 1 is "pomoc" or "help" or "?":
send "&8========&6PVPGuild&8========"
send "&e/gildia &a- &7Wszystkie komendy dla gildi!"
send "&e/gildia stworz [TAG] [Nazwa] &a- &7Tworzy gildie!"
send "&e/gildia usun &a- &7Usuwa gildie!"
send "&e/gildia info [Nazwa] &a- &7Informacje o gildi!"
send "&e/gildia zapros [Nick] &a- &7Zaprasza gracza do gildi!"
send "&e/gildia wypros [Nick] &a- &7Usuwa gracza z gildi!"
send "&e/gildia oficer [Nick] &a- &7Nadaje oficera gildi!"
stop
if arg 1 is "stworz" or "create" or "c":
if player has permission "pvpguild.create" or "pvpguild.admin" or "pvpguild.gracz":
if {pvpguild.guild::%arg 3%} is not set:
if {pvpguild.inguild::%name of player%} is not set:
if arg 2 is set:
if length of argument 2 is smaller than 5:
if arg 3 is set:
if length of arg 3 is smaller than 21:
set {pvpguild.guild::%arg 3%} to true
set {pvpguild.%arg 3%.lider} to "%name of player%"
set {pvpguild.%arg 3%.tag} to "%arg 2%"
set {pvpguild.inguild::%name of player%} to "%arg 3%"
add "%arg 2%" to {pvpguild.taglist: :*}
add "%arg 3%" to {pvpguild.guildlist: :*}
broadcast "{@tag} &7%name of player% &astworzyl gildie o nazwie &9%arg 3% &a i tagu &9%arg 2%"
stop
send "{@tag} &cNazwa gildi nie moze miec wiecej niz 20 znakow!"
stop
send "{@tag} &cPodaj nazwe swojej gildi!"
stop
send "{@tag} &cTag gildi nie moze miec wiecej niz 4 znaki!"
stop
send "{@tag} &cPodaj tag gildi!"
stop
send "{@tag} &cAby zalozyc gildie najpierw musisz oposcic aktualna!"
stop
send "{@tag} &cTaka gildia juz istnieje!"
stop
send "{@tag} &cNie masz uprwanien do tej komendy!"
stop
Pytanie
TheRodzioPL 3
Witam jak mam w skript takie coś if length of argument 2 is smaller than 5: to wali mi błędy co jest?
Edytowane przez EwaldOdnośnik do komentarza
Udostępnij na innych stronach
10 odpowiedzi na to pytanie
Rekomendowane odpowiedzi