variables:
{zaprosil.%player%} = 0
command /zaprosil [<text>]:
trigger:
if arg 1 is player:
if arg 1 is online:
if arg 1 is set:
add 1 to {zaprosil.%player%}
message "Dodano 1 gracza !"
else:
message "Ta osoba nie jest uzytkownikem!"
else:
message "Ta osoba nie jest online!"
if {zaprosil.%player%} is 10:
execute console command "eco give %player% 10000"
Błędy:
Cytat
[19:31:47 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Blokowaniekomend.sk, line 10: trigger:')
[19:31:47 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (nagroda.sk, line 5: if arg 1 is player:')
[19:31:47 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (nagroda.sk, line 6: if arg 1 is online:')
[19:31:47 ERROR]: Unexpected entry 'else'. Check whether it's spelled correctly or remove it. (nagroda.sk, line 12: else:')
[19:31:47 ERROR]: Can't compare a text with 'online' (nagroda.sk, line 6: if arg 1 is online:')
Pytanie
Kucatowsky45 0
Błędy:
Odnośnik do komentarza
https://skript.pl/temat/35710-prosz%C4%99-o-napraw%C4%99-skryptu/Udostępnij na innych stronach
7 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.