Çözüldü Yere düşen sandık skripti

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

InceptioN

Birisi mi Spawnlandı?
Katılım
10 Eylül 2017
Mesajlar
7
Elmaslar
3
Puan
8.725
Yaş
27
Kod:
on death:
    if attacker is a player:
        if victim is a zombie:
            set {_drops::*} to drops
            set {_victimdeadloc} to victim's location
            set {_öldüren.%attacker%} to name of attacker's
            clear drops
            drop 1 chest named "&6Sandık &e({_öldüren.%attacker%})" at {_victimdeadloc}
            set {sandık} to event-block
            stop

Burada 'set {_öldüren.%attacker%} to name of attacker' satırında attacker ismini variableye kaydetmeye çalışıyorum ve yere düşen sandıkta göstermeye çalışıyorum ama çalışmıyor.Nasıl kaydedidip düşen sandıkta gösterebilirim.
Bir de eğer oyuncunun ismi ile yerdeki sandıktaki attacker kısmının aynı olduğunu nasıl kontrol edebilirim.
 
Kod:
on death:
    if attacker is a player:
        if victim is a zombie:
            set {_drops::*} to drops
            set {_victimdeadloc} to victim's location
            set {_öldüren.%attacker%} to name of attacker's
            clear drops
            drop 1 chest named "&6Sandık &e%{_öldüren.%attacker%}%" at {_victimdeadloc}
            set {sandık} to event-block
            stop

Dener misin ?
 
Kod:
on death:
    if attacker is a player:
        if victim is a zombie:
            set {_drops::*} to drops
            set {_victimdeadloc} to victim's location
            set {_öldüren.%attacker%} to name of attacker's
            clear drops
            drop 1 chest named "&6Sandık &e%{_öldüren.%attacker%}%" at {_victimdeadloc}
            set {sandık} to event-block
            stop

Dener misin ?
Kodda bir sorun yok ama benim yapmaya çalıştığım şey yere düşen sandıktaki '{_öldüren.%attacker%}' variablesi ile oyuncunun ismi aynı ise (Yani oyuncu ismi=attacker ismi ise ) oyuncu sandığı yerden alabilsin istiyorum.
 
Son düzenleme:
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