Skocz do zawartości
  • 0

Błąd - An internal error occurred while attempting to perform this command


Pytanie

Hej! Mam problem... zrobiłem skrypt, ale pisze mi "An internal error occurred while attempting to perform this command" skrypt:

Variables:
    {cheater.%player%} = false
    {antybot.%player%} = false

on damage:
    if attacker is player:
        if victim is player:
            cancel event
            send "&cNa tym serwerze sie nie bijemy :)" to attacker
on break of diamond ore:
    send "&7[&bDIAMONDS&7] %event-player% wykopal diamenty!" to ops
command /cheater [<player>]:
    trigger:
        if player have permission "cheater.switch":
            if {cheater.%arg 1%} is false:
                set {cheater.%arg 1%} to true
                send "&aTen gracz bedzie wkurzany..."
            else:
                set {cheater.%arg 1%} to false
                send "&cTen gracz NIE bedzie juz wkurzany..."
on break:
    if {cheater.%event-player%} is true:
        cancel event
on place:
    if {cheater.%event-player%} is true:
        cancel event
command /sprawdz [<player>]:
    trigger:
        set {antiknockbacktest.location.%arg 1%} to location of arg 1
        push the arg 1 upwards at speed 0.63
        wait 0.5 seconds
        set {antiknockbacktest.location2.%arg 1%} to location of arg 1
        if {antiknockbacktest.location.%arg 1%} is {antiknockbacktest.location2.%arg 1%}:
            send "&4HAX"

 

 

POMOCY!

Odnośnik do komentarza
https://skript.pl/temat/21987-b%C5%82%C4%85d-an-internal-error-occurred-while-attempting-to-perform-this-command/
Udostępnij na innych stronach

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
  1. Kod w <code> lub na pastebinie
  2. Treść błędu masz w konsoli, jak go nie podasz, to nie mamy jak ci pomóc
  3. Godzinę temu, Pan Pierdziadek napisał:

    on damage:
        if attacker is player:
            if victim is player:
                cancel event
                send "&cNa tym serwerze sie nie bijemy :)" to attacker

    LOL

Edytowane przez Bielecki
  • 0
Variables:
    {cheater.%player%} = false
    {antybot.%player%} = false 
on damage:
    if attacker is player:
        if victim is player:
            cancel event
            send "&cNa tym serwerze sie nie bijemy ;)" to attacker
on break of diamond ore:
    send "&7[&bDIAMONDS&7] %event-player% wykopal diamenty!" to all ops
command /cheater [<player>]:
    trigger:
        if player have permission "cheater.switch":
            if {cheater.%player-arg%} is false:
                set {cheater.%player-arg%} to true
                send "&aTen gracz bedzie wkurzany..."
            else:
                set {cheater.%player-arg%} to false
                send "&cTen gracz NIE bedzie juz wkurzany..."
on break:
    if {cheater.%event-player%} is true:
        cancel event
on place:
    if {cheater.%event-player%} is true:
        cancel event
command /sprawdz [<player>]:
    trigger:
        set {antiknockbacktest.location.%player-arg%} to location of arg 1
        push the player-arg upwards at speed 0.63
        wait 0.5 seconds
        set {antiknockbacktest.location2.%player-arg%} to location of arg 1
        if {antiknockbacktest.location.%player-arg%} is {antiknockbacktest.location2.%player-arg%}:
            send "&4HAX" 

 

Edytowane przez Rejszpat
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ę...