Çözüldü /anahtaral GUİLİ SKRİPT

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
reload atıyorum hata falan yok ama /anahtaral yazdım ve diamondlara tıkladığım zaman kasa anahtarıda gelmiyor hiçbirşey çıkmıyor tıklıyorum hiçbirşey olmuyor orada hata var galiba
Hesabınızdan para gidiyor mu ? eğer gidiyor ise execute console command "cc give physical dusuk 1 %player%" burada sorun var demektir cc give physical dusuk 1 %player% komutu yanlış olabilir mi ?
 
Hesabınızdan para gidiyor mu ? eğer gidiyor ise execute console command "cc give physical dusuk 1 %player%" burada sorun var demektir cc give physical dusuk 1 %player% komutu yanlış olabilir mi ?
hesaptan parada gitmyior cc give physical dusuk 1 %player% doğru ama çalışşmıyor bence nerde sorun var {dusukpara} buralarda optionsta falan var emin olabilirim
 
Kod:
options:
    yuksekpara: 300000
    dusukpara: 200000

command /anahtaral:
    trigger:
        open chest with 1 row named "&cAnahtar Menü" to player
        wait 1 tick
        format slot 0 of player with diamond named "Düşük" to close then run "dusukall"
        format slot 8 of player with diamond named "Yüksek" to close then run "yuksekall"

on command:
    if command is "dusukall":
        send "deneme"
        cancel event
        if player's money is bigger than or equal to {@dusukpara}:
            execute console command "cc give physical dusuk 1 %player%"
            remove {@dusukpara} from player's balance
            stop
        send "&bBunun için {@dusukpara} Tl'ye ihtiyacın var!"
    if command is "yuksekall":
        send "deneme"
        cancel event
        if player's money is bigger than or equal to {@yuksekpara}:
            execute console command "cc give physical yuksek 1 %player%"
            remove {@yuksekpara} from player's balance
            stop
        send "&bBunun için {@yuksekpara} Tl'ye ihtiyacın var!"

Bu skriptti yükleyin eğer düşük veya yüksek ten birini seçince menüden , chatte deneme diye bir mesaj göndermiyor ise discorddan halledelim uzun sürecek gibi. xBuhariPvP#8356
 
Kod:
options:
    yuksekpara: 300000
    dusukpara: 200000

command /anahtaral:
    trigger:
        open chest with 1 row named "&cAnahtar Menü" to player
        wait 1 tick
        format slot 0 of player with diamond named "Düşük" to close then run "dusukall"
        format slot 8 of player with diamond named "Yüksek" to close then run "yuksekall"

on command:
    if command is "dusukall":
        send "deneme"
        cancel event
        if player's money is bigger than or equal to {@dusukpara}:
            execute console command "cc give physical dusuk 1 %player%"
            remove {@dusukpara} from player's balance
            stop
        send "&bBunun için {@dusukpara} Tl'ye ihtiyacın var!"
    if command is "yuksekall":
        send "deneme"
        cancel event
        if player's money is bigger than or equal to {@yuksekpara}:
            execute console command "cc give physical yuksek 1 %player%"
            remove {@yuksekpara} from player's balance
            stop
        send "&bBunun için {@yuksekpara} Tl'ye ihtiyacın var!"

Bu skriptti yükleyin eğer düşük veya yüksek ten birini seçince menüden , chatte deneme diye bir mesaj göndermiyor ise discorddan halledelim uzun sürecek gibi. xBuhariPvP#8356
gine aynı sorun hiçbirşey olmuyor deneme diye bir mesajta çıkmadı
 
gine aynı sorun hiçbirşey olmuyor deneme diye bir mesajta çıkmadı

Skriptti böyle yaptık düzeldi konu kilit. SkQuery 3 , Vault , İConomy gereklidir.

Kod:
options:
    yuksekpara: 300000
    dusukpara: 200000

command /anahtaral:
    trigger:
        open chest with 1 row named "&cAnahtar Menü" to player
        wait 1 tick
        format slot 0 of player with diamond named "Düşük" to close then run [execute player command "/dusukall"]
        format slot 8 of player with diamond named "Yüksek" to close then run [execute player command "/yuksekall"]

command /dusukall:
    trigger:
        if player's money is bigger than or equal to {@dusukpara}:
            execute console command "cc give physical dusuk 1 %player%"
            remove {@dusukpara} from player's balance
            send "&b{@dusukpara} TL'ye Düşük Anahtar Alındı!"
            stop
        send "&bBunun için {@dusukpara} Tl'ye ihtiyacın var!"


command /yuksekall:
    trigger:
        if player's money is bigger than or equal to {@yuksekpara}:
            execute console command "cc give physical yuksek 1 %player%"
            remove {@yuksekpara} from player's balance
            send "&b{@yuksekpara} TL'ye Düşük Anahtar Alındı!"
            stop
        send "&bBunun için {@yuksekpara} Tl'ye ihtiyacın var!"
 
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