Çözüldü Yardım acill

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

Orco

Yay Yok, İskelet Yok
Katılım
2 Aralık 2017
Mesajlar
283
Elmaslar
62
Puan
13.680
Yaş
27

Discord:

orcununal#5644

Kod:
command /hapis [<player>] [<text>]:
    permission: hapis.at
    permission message: &c&lBu komutu kullanmaya yetkin yok
    trigger:
        if argument-1 is not set:
            send "&7[&c&lIors&f&lNetwork&7] &e» &aKullanım &e: &b/hapis Nick Süre"
        if argument-2 is not set:
            send "&7[&c&lIors&f&lNetwork&7] &e» &aKullanım &e: &b/hapis Nick Süre"
        if arg-1 is "%player%":
            cancel event
            send "&aKendini hapse atamazsın"
        if arg-1 is "orcununal42":
            cancel event
        if arg-1 is set:
            teleport arg 1 to {hapis}
            wait arg 2 second
            teleport arg 1 to {lobi}
            send "&aBir polis tarafından hapise atıldın" to arg 1
            send "&aarg 1 Hapise atıldı" to player
%arg 2% ye nasıl yazı yazılmasını engelleyebilirim yanı sadece rakam girilcek bide wait arg 2 second kısmı olmuyor :(
 
text yerine int yap
[<int>]
 
Mobildeyim pc geçince deneyeceğim @HxBpVu[DOUBLEPOST=1517043480,1517005469][/DOUBLEPOST]wait arg 2 second kısmı çalışmıyor @HxBpVu
 
Kod:
command /hapis [<player>] [<int>]:
    permission: hapis.at
    permission message: &c&lBu komutu kullanmaya yetkin yok
    trigger:
        if argument-1 is not set:
            send "&7[&c&lIors&f&lNetwork&7] &e» &aKullanım &e: &b/hapis Nick Süre"
        if argument-2 is not set:
            send "&7[&c&lIors&f&lNetwork&7] &e» &aKullanım &e: &b/hapis Nick Süre"
        if arg-1 is "%player%":
            cancel event
            send "&aKendini hapse atamazsın"
        if arg-1 is "orcununal42":
            cancel event
        if arg-1 is set:
            teleport arg 1 to {hapis}
            set arg 2 to {hapis::%player%}
            wait {hapis::%player%} second
            send "&aBir polis tarafından hapise atıldın" to arg 1
            send "&aarg 1 Hapise atıldı" to players
            teleport arg 1 to {lobi}
            delete {hapis::%player%}
 
Kod:
command /hapis [<player>] [<int>]:
    permission: hapis.at
    permission message: &c&lBu komutu kullanmaya yetkin yok
    trigger:
        if argument-1 is not set:
            send "&7[&c&lIors&f&lNetwork&7] &e» &aKullanım &e: &b/hapis Nick Süre"
        if argument-2 is not set:
            send "&7[&c&lIors&f&lNetwork&7] &e» &aKullanım &e: &b/hapis Nick Süre"
        if arg-1 is "%player%":
            cancel event
            send "&aKendini hapse atamazsın"
        if arg-1 is "orcununal42":
            cancel event
        if arg-1 is set:
            teleport arg 1 to {hapis}
            set arg 2 to {hapis::%player%}
            wait {hapis::%player%} second
            send "&aBir polis tarafından hapise atıldın" to arg 1
            send "&aarg 1 Hapise atıldı" to players
            teleport arg 1 to {lobi}
            delete {hapis::%player%}
{hapis::%player%} second is not a time span diyor[DOUBLEPOST=1517097715,1517058038][/DOUBLEPOST]Yardım edecek yokmu
 
{hapis::%player%} second is not a time span diyor[DOUBLEPOST=1517097715,1517058038][/DOUBLEPOST]Yardım edecek yokmu
hapismi yapmaya çalışıyorsun süreli ?
essentials ile yapabilirsin istersen komutu vereyim
 
Essentials jaili biliyorum ama bana skript lazım onda bug yapılıyor
 
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