Skocz do zawartości
  • 0

Problem z skriptem na warn


Szymon21xxPL

Pytanie

Mały skript na warny, ale nie działa. Prosze o pomoc :)
 
 
variables:
    {warn.%player%} = 0
     
options:
    cheaty1:&cGracz &4%arg player% &cdostal ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!
    cheaty2:&cGracz &4%arg player% &cdostal ostrzezenie &4[2/3]&c. Powod: &4Cheaty&c!
    cheaty3:&cGracz &4%arg player% &cdostal ostrzezenie &4[3/3]&c. Zostal on zbanowany! Powod: &4Cheaty&c!
 
command /warn [<player&gt] [<text&gt]:
    trigger:
        if player has permission "admin.warn":
            if arg 1 is not set:
            if arg 2 is not set:
                send "&cPoprawne uzycie - &4/warn <player> <powod>" to player
            if arg 1 is set:
            if arg 2 is set:
                if arg 2 is "cheaty":
                    if {warn.%arg%} < 3:
                        add 1 to {warn.%arg%}:
                        if {warn.%arg%} is 1:
                            broadcast "@cheaty1}"
                            kick arg player due to "&cDostales Ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!
                        [[[itp itd]]]
 
 
 
Addony : WildSkript
 
 
 
 
 
Ktoś coś zaradzi ? Z góry dziękuje :)
Odnośnik do komentarza
Udostępnij na innych stronach

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
options:    cheaty1:  &cGracz &4%arg 1% &cdostal ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!    cheaty2: &cGracz &4%arg 1% &cdostal ostrzezenie &4[2/3]&c. Powod: &4Cheaty&c!    cheaty3: &cGracz &4%arg 1% &cdostal ostrzezenie &4[3/3]&c. Zostal on zbanowany! Powod: &4Cheaty&c!command /warn [<player&gt] [<text&gt]:	trigger:		if player has permission "admin.warn":			if arg 1 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is "cheaty":				if {warn.%arg 1%} < 3:					add 1 to {warn.%arg 1%}:					if {warn.%arg 1%} is 1:						broadcast "{@cheaty1}"						kick arg 1 due to "&cDostales Ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
options:    cheaty1:  &cGracz &4%arg 1% &cdostal ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!    cheaty2: &cGracz &4%arg 1% &cdostal ostrzezenie &4[2/3]&c. Powod: &4Cheaty&c!    cheaty3: &cGracz &4%arg 1% &cdostal ostrzezenie &4[3/3]&c. Zostal on zbanowany! Powod: &4Cheaty&c!command /warn [<player&gt] [<text&gt]:	trigger:		if player has permission "admin.warn":			if arg 1 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is "cheaty":				if {warn.%arg 1%} < 3:					add 1 to {warn.%arg 1%}:					if {warn.%arg 1%} is 1:						broadcast "{@cheaty1}"						kick arg 1 due to "&cDostales Ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!

ale variables tez dodac ?

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
variables:
    {warn.%player%} = 0
 
options:
    cheaty1:  &cGracz &4%arg 1% &cdostal ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!
    cheaty2: &cGracz &4%arg 1% &cdostal ostrzezenie &4[2/3]&c. Powod: &4Cheaty&c!
    cheaty3: &cGracz &4%arg 1% &cdostal ostrzezenie &4[3/3]&c. Zostal on zbanowany! Powod: &4Cheaty&c!
command /warnuj [<player&gt] [<text&gt]:
    trigger:
        if player has permission "admin.warn":
            if arg 1 is not set:
                send "&cPoprawne uzycie - &4/warn <player> <powod>"
                stop
            if arg 2 is not set:
                send "&cPoprawne uzycie - &4/warn <player> <powod>"
                stop
            if arg 2 is "cheaty":
                if {warn.%arg 1%} < 3:
                    add 1 to {warn.%arg 1%}:
                    if {warn.%arg 1%} is 1:
                        broadcast "{@cheaty1}"
                        kick arg 1 due to "&cDostales Ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!"
                     
                     
command /warnujreset [<player&gt]:
    trigger:
        set {warn.%arg 1%} to 0
        send "&cOstrzezenia gracza zostaly skasowane" to player
 
 
 
poprawiłem wszystkie błędy jakie umiałem ale teraz jeszcze zostały takie :
 
 
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
variables:	{warn.%player%} = 0options:    cheaty1:  &cGracz &4%arg 1% &cdostal ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!    cheaty2: &cGracz &4%arg 1% &cdostal ostrzezenie &4[2/3]&c. Powod: &4Cheaty&c!    cheaty3: &cGracz &4%arg 1% &cdostal ostrzezenie &4[3/3]&c. Zostal on zbanowany! Powod: &4Cheaty&c!command /warn [<player&gt] [<text&gt]:	trigger:		if player has permission "admin.warn":			if arg 1 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is "cheaty":				if {warn.%arg 1%} < 3:					add 1 to {warn.%arg 1%}					if {warn.%arg 1%} is 1:						broadcast "{@cheaty1}"						kick arg 1 due to "&cDostales Ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!command /warnujreset [<player&gt]:	trigger:		set {warn.%arg 1%} to 0		send "&cOstrzezenia gracza zostaly skasowane"
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
variables:	{warn.%player%} = 0options:    cheaty1:  &cGracz &4%arg 1% &cdostal ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!    cheaty2: &cGracz &4%arg 1% &cdostal ostrzezenie &4[2/3]&c. Powod: &4Cheaty&c!    cheaty3: &cGracz &4%arg 1% &cdostal ostrzezenie &4[3/3]&c. Zostal on zbanowany! Powod: &4Cheaty&c!command /warn [<player&gt] [<text&gt]:	trigger:		if player has permission "admin.warn":			if arg 1 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is not set:				send "&cPoprawne uzycie - &4/warn <player> <powod>"				stop			if arg 2 is "cheaty":				if {warn.%arg 1%} < 3:					add 1 to {warn.%arg 1%}					if {warn.%arg 1%} is 1:						broadcast "{@cheaty1}"						kick arg 1 due to "&cDostales Ostrzezenie &4[1/3]&c. Powod: &4Cheaty&c!command /warnujreset [<player&gt]:	trigger:		set {warn.%arg 1%} to 0		send "&cOstrzezenia gracza zostaly skasowane"

Nie wiem co tu zmieniłeś ale działa :) Dzięki :)

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