Sol Reklam

Çözüldü Acil Yardım Gui

  • Konuyu başlatan Konuyu başlatan Orco
  • Başlangıç Tarihi Başlangıç Tarihi
  • Görüntüleme 890
Durum
Mesaj gönderimine kapalı.

Orco

Yay Yok, İskelet Yok
Katılım
2 Aralık 2017
Mesajlar
279
Elmaslar
62
Puanlar
4.170
Yaş
25

Discord:

orcununal#5644

Ender gozune tıklıyorum menu acılmıyor skripti yazarken denedm olmadı eskıden oluyordu neden acaba ?
Kod:
command /market:
    trigger:
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bMarket &e«" to player
        format slot 0 of player with 381 named "&bYetenekler" with lore "&eTıklayarak Yetenekleri Gorup Satın Alabilirsiniz" to close then run "/ytnklr_"

command /ytnklr_:
    trigger:
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bYetenekler &e«" to player
        format slot 0 of player with bow named "&6&lTeleport &f&lYayi" to close
 
SkQuery plugini kurulu mu ? Eğer kuruluysa open chest in üstüne wait 0.01 tick yaz
 
Kurulu wait 1 tick i deneyecem smdi ozaman[DOUBLEPOST=1514740477,1514731800][/DOUBLEPOST]Ollmadı
 
Ender gözüne tıklamak derken o skriptte öyle bir kod yokki?

Kod:
right click holding eye of ender:
    execute player command "market"
 
Son düzenleme:
Hee öyle desene :p
Kod:
command /market:
    trigger:
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bMarket &e«" to player
        format slot 0 of player with 381 named "&bYetenekler" with lore "&eTıklayarak Yetenekleri Gorup Satın Alabilirsiniz" to close then run [execute player command "/ytnklr_"]
 
Hee öyle desene :p
Kod:
command /market:
    trigger:
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bMarket &e«" to player
        format slot 0 of player with 381 named "&bYetenekler" with lore "&eTıklayarak Yetenekleri Gorup Satın Alabilirsiniz" to close then run [execute player command "/ytnklr_"]
Yok tıklayınca sadece kapanıyor /ytnklr_ diye komut var Oda gui Ama çalışmıyor Sunucu Sürümüm 1.9
 
Bunu dene
Kod:
command /market:
    trigger:
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bMarket &e«" to player
        format slot 0 of player with 381 named "&bYetenekler" with lore "&eTıklayarak Yetenekleri Gorup Satın Alabilirsiniz" to close then run [execute player command "/ytnklr_"]
       
command /ytnklr_:
    trigger:
        wait 2 tick
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bYetenekler &e«" to player
        format slot 0 of player with bow named "&6&lTeleport &f&lYayi" to close
 
Bunu dene
Kod:
command /market:
    trigger:
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bMarket &e«" to player
        format slot 0 of player with 381 named "&bYetenekler" with lore "&eTıklayarak Yetenekleri Gorup Satın Alabilirsiniz" to close then run [execute player command "/ytnklr_"]
      
command /ytnklr_:
    trigger:
        wait 2 tick
        open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bYetenekler &e«" to player
        format slot 0 of player with bow named "&6&lTeleport &f&lYayi" to close
Adamsın adam Çalıştı :) Tek yapmam gereken wait 2 tick eklemek mi
 
Durum
Mesaj gönderimine kapalı.
Yukarı