Çözüldü hata

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

mehmetakif01

Birisi mi Spawnlandı?
Katılım
27 Mart 2023
Mesajlar
1
Elmaslar
0
Puan
70
Konum
adana
Minecraft
ankara

Discord:

afyon

Kod:
on load:
    set {timer} to 10
    set {max_height} to 30
    set {x_coord} to 0
    set {z_coord} to 0

every 1 second:
    remove all blocks of lava within {x_coord-5},{-1},{z_coord-5} to {x_coord+5},{-1},{z_coord+5}
    if {timer} == 0:
        loop {max_height} times:
            set {_x} to {x_coord}
            set {_z} to {z_coord}
            add 1 to {_x}
            add 1 to {_z}
            add -1 to {max_height}
            set block at {_x},{max_height},{_z} to lava
        set {timer} to 10
    else:
        set {timer} to {timer} - 1

Bu kodun hatası ne ?
 
Hatayı atman gerekmez mi?
 
Hatayı Atar İsen Yardımcı Olmaya Çalışırım
 
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