Bulundu Komut değiştirme

  • Konuyu Başlatan Konuyu Başlatan Yaptrak
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.282
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
1590536694829.png

maalesef dediğiniz skript sürümünü aynı şekilde yükledim ve sonuç bu
 
Kod:
command /is w [<player>]:
    trigger:
        execute player command "is warp %arg 1%"

Bunu deneyip dönüş yapar mısınız ?
 
Kod:
command /is w [<player>]:
    trigger:
        execute player command "is warp %arg 1%"

Bunu deneyip dönüş yapar mısınız ?
aynı şekilde /is warp isim şeklinde gidiyor ama /is w isim şeklinde bu sk ilede olmadı
 
Kod:
on command "is w":
    execute player command "is warp %arguments%"

Bunu dener misin ?
 
Kod:
on command:
    if command is "is":
        set {_sa} to arguments
        set {_s::*} to split {_sa} at " "
        {_s::1} is "w"
        cancel event
        if {_s::2} is not set:
            send "Kullanıcı bulunamadı"
        else:
            execute player command "is warp %{_s::2}%"

Dener misin ?
 
Kod:
on command:
    if command is "is":
        set {_sa} to arguments
        set {_s::*} to split {_sa} at " "
        {_s::1} is "w"
        cancel event
        if {_s::2} is not set:
            send "Kullanıcı bulunamadı"
        else:
            execute player command "is warp %{_s::2}%"

Dener misin ?
SANA SONSUZ TEŞEKKÜRLER <3
 
skript addonları eksiktir
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst