Çözüldü sandıgı silmek

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

RomanticWarior

Yay Yok, İskelet Yok
Katılım
12 Eylül 2017
Mesajlar
279
Elmaslar
113
Puan
4.350
Arkadaşlar aşagıdaki kodda bir oyuncu öldügünde bulundugu kordinata bi sandık cıkıyor oyuncunun eşyaları içinde oluyor ama ben bu çıkan sandıgı 10 saniye sonra yok etmek istiyorum bi türlü yapamadım yardımcı olacak varsa sevinirim.


Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
 
set the block to air
 
Bunu denerimisin senin skripte ekleme yaptım.
Alıntı vardır.
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set block at event-block to air
 
Bunu denerimisin senin skripte ekleme yaptım.
Alıntı vardır.
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set block at event-block to air
Bu kısımda hata var set block at event-block to air
 
Buyurun:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set event-block to air
 
Buyurun:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set event-block to air
Bu kısım hatalı set event-block to air
 
Bir de böyle deneyin:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set block to air
 
Bir de böyle deneyin:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set block to air
Aynı sonuç son kısımda hata var.
 
Şunu deneyin:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set {_dchest} to air
 
Şunu deneyin:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set {_dchest} to air
Hata vermiyor ama sandıgı air e cevirmiyor.
 
Deneyin:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_block} to location of victim
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set {_block} to air
 
Deneyin:
Kod:
on death of player:
    set the block at location of victim to chest
    set {_block} to location of victim
    set {_dchest} to block at location of victim
    add inventory of victim to {_dchest}
    wait 10 second
    set {_block} to air
Yok olmuyor blogu air'e çevirmiyor.
 
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