Skript Bilen Gelsn

GGalot01

Zombi Katili
En iyi cevaplar
0
Kod:
command /inqvr [<text>]:
    permission: inek.vers
    permission message: Yetkiniz Yok
    trigger:
        if arg is not set:
        open chest with 6 rows named "&f&lİnek Alım" to player
        wait 3 tick
        play raw sound "random.levelup" at player with pitch 1 volume 10
        format slot 13 of player with cow spawn egg named "&cZayif İnek Satin Al" to close then run [execute player command "/inqvr Z124"]
        format slot 22 of player with cow spawn egg named "&cNormal İnek Satin Al" to close then run [execute player command "/inqvr N124"]
        format slot 31 of player with cow spawn egg named "&cGuclu İnek Satin Al" to close then run [execute player command "/inqvr G124"]
        format slot 40 of player with cow spawn egg named "&6Verimli İnek Satin Al" to close then run [execute player command "/inqvr V124"]

        if arg 1 is "Z124":
        open chest with 5 rows named "&Kabul Ediyormusunuz?"
        format slot 4 of player with green wool named "&aSatin Al" to close then run [execute player command "/inqvr Z1244"]
        format slot 22 of player with white wool named "&aBilgi" to close then run [execute player command ""]
        format slot 40 of player with red wool named "&8İptal Et!" to close then run [execute player command "/inqvr"]
        cancel event
Arkadaslar Yeşil Yün Kırmızı Yün Felan Envanterime Geliyo Sunu Editleyebilen Arkadas Varmi
 

ruddeTR

projects.gg
Emektar Üye
En iyi cevaplar
2
Şu satırı:
Kod:
open chest with 5 rows named "&Kabul Ediyormusunuz?"
Şu şekilde değiştirmeyi deneyin:
Kod:
open chest with 5 rows named "&Kabul Ediyormusunuz?" to player
 

GGalot01

Zombi Katili
En iyi cevaplar
0
command'tan itibaren kodun tamamını paylaşırsanız daha iyi yardımcı olabilirim.
Kod:
command /inqvr [<text>]:
    permission: inek.vers
    permission message: Yetkiniz Yok
    trigger:
        if arg is not set:
        open chest with 6 rows named "&f&lİnek Alım" to player
        wait 3 tick
        play raw sound "random.levelup" at player with pitch 1 volume 10
        format slot 13 of player with cow spawn egg named "&cZayif İnek Satin Al" to close then run [execute player command "/inqvr Z124"]
        format slot 22 of player with cow spawn egg named "&cNormal İnek Satin Al" to close then run [execute player command "/inqvr N124"]
        format slot 31 of player with cow spawn egg named "&cGuclu İnek Satin Al" to close then run [execute player command "/inqvr G124"]
        format slot 40 of player with cow spawn egg named "&6Verimli İnek Satin Al" to close then run [execute player command "/inqvr V124"]

        if arg 1 is "Z124":
        open chest with 5 rows named "&Kabul Ediyormusunuz?" to player
        format slot 4 of player with green wool named "&aSatin Al" to close then run [execute player command "/inqvr Z1244"]
        format slot 22 of player with white wool named "&aBilgi" to close then run [execute player command ""]
        format slot 40 of player with red wool named "&8İptal Et!" to close then run [execute player command "/inqvr"]

Kod:
command /inqvr [<text>]:
    permission: inek.vers
    permission message: Yetkiniz Yok
    trigger:
        if arg is not set:
        open chest with 6 rows named "&f&lİnek Alım" to player
        wait 3 tick
        play raw sound "random.levelup" at player with pitch 1 volume 10
        format slot 13 of player with cow spawn egg named "&cZayif İnek Satin Al" to close then run [execute player command "/inqvr Z124"]
        format slot 22 of player with cow spawn egg named "&cNormal İnek Satin Al" to close then run [execute player command "/inqvr N124"]
        format slot 31 of player with cow spawn egg named "&cGuclu İnek Satin Al" to close then run [execute player command "/inqvr G124"]
        format slot 40 of player with cow spawn egg named "&6Verimli İnek Satin Al" to close then run [execute player command "/inqvr V124"]

        if arg 1 is "Z124":
        open chest with 5 rows named "&Kabul Ediyormusunuz?" to player
        format slot 4 of player with green wool named "&aSatin Al" to close then run [execute player command "/inqvr Z1244"]
        format slot 22 of player with white wool named "&aBilgi" to close then run [execute player command ""]
        format slot 40 of player with red wool named "&8İptal Et!" to close then run [execute player command "/inqvr"]
Bu Kadar Komut :D
 

ruddeTR

projects.gg
Emektar Üye
En iyi cevaplar
2
Pekala, kodu şu şekilde deneyin o zaman:
Kod:
command /inqvr [<text>]:
    permission: inek.vers
    permission message: Yetkiniz Yok
    trigger:
        if arg is not set:
            open chest with 6 rows named "&f&lİnek Alım" to player
            play raw sound "random.levelup" at player with pitch 1 volume 10
            format slot 13 of player with cow spawn egg named "&cZayif İnek Satin Al" to close then run [execute player command "/inqvr Z124"]
            format slot 22 of player with cow spawn egg named "&cNormal İnek Satin Al" to close then run [execute player command "/inqvr N124"]
            format slot 31 of player with cow spawn egg named "&cGuclu İnek Satin Al" to close then run [execute player command "/inqvr G124"]
            format slot 40 of player with cow spawn egg named "&6Verimli İnek Satin Al" to close then run [execute player command "/inqvr V124"]
        else if arg 1 is "Z124":
            open chest with 5 rows named "&Kabul Ediyormusunuz?" to player
            format slot 4 of player with green wool named "&aSatin Al" to close then run [execute player command "/inqvr Z1244"]
            format slot 22 of player with white wool named "&aBilgi" to close then run [execute player command ""]
            format slot 40 of player with red wool named "&8İptal Et!" to close then run [execute player command "/inqvr"]
 

GGalot01

Zombi Katili
En iyi cevaplar
0
Pekala, kodu şu şekilde deneyin o zaman:
Kod:
command /inqvr [<text>]:
    permission: inek.vers
    permission message: Yetkiniz Yok
    trigger:
        if arg is not set:
            open chest with 6 rows named "&f&lİnek Alım" to player
            play raw sound "random.levelup" at player with pitch 1 volume 10
            format slot 13 of player with cow spawn egg named "&cZayif İnek Satin Al" to close then run [execute player command "/inqvr Z124"]
            format slot 22 of player with cow spawn egg named "&cNormal İnek Satin Al" to close then run [execute player command "/inqvr N124"]
            format slot 31 of player with cow spawn egg named "&cGuclu İnek Satin Al" to close then run [execute player command "/inqvr G124"]
            format slot 40 of player with cow spawn egg named "&6Verimli İnek Satin Al" to close then run [execute player command "/inqvr V124"]
        else if arg 1 is "Z124":
            open chest with 5 rows named "&Kabul Ediyormusunuz?" to player
            format slot 4 of player with green wool named "&aSatin Al" to close then run [execute player command "/inqvr Z1244"]
            format slot 22 of player with white wool named "&aBilgi" to close then run [execute player command ""]
            format slot 40 of player with red wool named "&8İptal Et!" to close then run [execute player command "/inqvr"]
Değişen bir şey Yok
 

ElitIceNW

♛[ElitIceNW]♛ >Ödüllü Sunucu<
En iyi cevaplar
0
Bunu SKMorkaz eklentisi ile yapabilirsiniz. Benim konularımdan birinde vardı kodu tam olarak. Reklam olmasın diye buradan veremiyorum. Malum, selam vermeye korkuyoruz.
 

ShortPallMall

AtinaSaga.Com Türkiyenin ilk MMOSurvival sunucusu
En iyi cevaplar
2
Hayır, düzelmeyecektir. Skriptte, sandıktaki eşya alınmasın diye bir eklenti yok ki.
bak güzel mümin kardeşim adama o menü açıldıgında o eşyayı alabiliyomuş yani direk o skript bozuldugu zaman ortaya çıkan bir sorundur reload atınca düzelir veya stop farketmez
 
Üst