Bulundu İstek

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

WolfRam

Fırında Isıttığım İlk Taş
Katılım
21 Ocak 2017
Mesajlar
76
Elmaslar
31
Puan
0
Bildiğimiz gibi lavla suyu yan yana koyunca kırıktaş oluşur sizden istediğim blok.blok permi olmayan oyuncuların lavla suyu yan yana.koyuncaki çıkan kırıktaşın 7 saniye sonra silinmesi
 
Bi deneyin
PHP:
on break of cobblestone:
 if block west location of event-block is water:
  if block east location of event-block is lava:
   set {dogrulama.%playeR%} to location of event-block
 if block north location of event-block is water:
  if block south location of event-block is lava:
   set {dogrulama.%player%} to location of event-block
every 10 second:
 loop all players:
  if {dogrulama.%player%} is set:
   set block at {dogrulama.%loop-player%} to air
 
Bi deneyin
PHP:
on break of cobblestone:
 if block west location of event-block is water:
  if block east location of event-block is lava:
   set {dogrulama.%playeR%} to location of event-block
 if block north location of event-block is water:
  if block south location of event-block is lava:
   set {dogrulama.%player%} to location of event-block
every 10 second:
 loop all players:
  if {dogrulama.%player%} is set:
   set block at {dogrulama.%loop-player%} to air
Olmadı Ya :(
 
"set block at {dogrulama.%loop-player%} to air"
Çalışmayacaktır Blok Göstermedikki Oyuncuya Every Secondda Kullanmışsın Dikkat Edersen
 
Doğrusunu Atarmısın Lütfennnn
 
Kod:
on break of cobblestone:
    if block west location of event-block is water:
        if block east location of event-block is lava:
            set {dogrulama.%playeR%} to location of event-block
    if block north location of event-block is water:
        if block south location of event-block is lava:
            set {dogrulama.%player%} to location of event-block
            
every 10 second:
    loop all players:
        if {dogrulama.%loop-player%} is set:
            set {dogrulama.%loop-player%} to {dogrulama.%loop-player%} parsed as block
            set block at {dogrulama.%loop-player%} to air
Belki Olur Bi Dene
 
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