Skocz do zawartości
  • 0

SKRYPT


PEPQ65

Pytanie

Otóz napisałem taki skrypt na haste2 który nie chce mi działać i męcze się z nim 2 dni i nie znalazlem rozwiazania moze byscie pomogli? :p Albo niech by ktoś mi to napisał bo ja juz nie mam siły na ten skrypt 

 

KOD:

 

variables:        {haste2} = truecommand /haste2 []:        trigger:            if arg 1 is not set:                send "INFORMACJE O HASTE"                if arg 1 is "on":                    if {haste2} is false:                        if player has permission "haste2.on":                            set {haste2} to true                            execute console command "/effect %player% 3 100000 1"                            send "Wlaczyles haste2"                            stop                        else:                                send "&7Nie masz &auprawnienia&7 do tej komendy !"                                stop                else:                        send "&7Haste2 jest juz &aWlaczona"                        stop                if arg 1 is "off":                    if {haste2} is true:                        if player has permission "haste2.off":                            set {haste2} to false                            execute console command "/effect %player% clear"                            stop                    else:                            send "&7Nie masz &auprawnienia&7 do tej komendy !"                            stop                else:                            send "&7Haste2 jest juz &aWylaczona"
Edytowane przez PEPQ65
Odnośnik do komentarza
Udostępnij na innych stronach

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

variables:        {haste2.%player%} = true  command /haste2 [<text&gt]:        trigger:            if arg 1 is not set:                send "INFORMACJE O HASTE"                if arg 1 is "on":                    if {haste2.%player%} is false:                        if player has permission "haste2.on":                            set {haste2.%player%} to true                            apply Haste 2 to player for 1000000 days                            send "Wlaczyles haste2"                            stop                        else:                                send "&7Nie masz &auprawnienia&7 do tej komendy !"                                stop                else:                        send "&7Haste2 jest juz &aWlaczona"                        stop                if arg 1 is "off":                    if {haste2.%player%} is true:                        if player has permission "haste2.off":                            set {haste2.%player%} to false                            remove haste from player                            stop                    else:                            send "&7Nie masz &auprawnienia&7 do tej komendy !"                            stop                else:                            send "&7Haste2 jest juz &aWylaczona"

Should work.

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

variables:        {haste2.%player%} = true  command /haste2 [<text>]:        trigger:            if arg 1 is not set:                send "INFORMACJE O HASTE"                if arg 1 is "on":                    if {haste2.%player%} is false:                        if player has permission "haste2.on":                            set {haste2.%player%} to true                            apply Haste 2 to player for 1000000 days                            send "Wlaczyles haste2"                            stop                        else:                                send "&7Nie masz &auprawnienia&7 do tej komendy !"                                stop                else:                        send "&7Haste2 jest juz &aWlaczona"                        stop                if arg 1 is "off":                    if {haste2.%player%} is true:                        if player has permission "haste2.off":                            set {haste2.%player%} to false                            remove haste from player                            stop                    else:                            send "&7Nie masz &auprawnienia&7 do tej komendy !"                            stop                else:                            send "&7Haste2 jest juz &aWylaczona"
Should work.

Haste to effect czyli FAST_DIGGING :rolleyes:

//Regulamin forum:

§2 punkt 08. Naganne jest cytowanie całego tekstu bądź jego długich fragmentów aby dopisać swoją treść. ~ :piesek:

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