İstek Shulker kilit!

RedaonX_

Sudan Çıkmış
Mesajlar
3
En iyi cevaplar
0
Beğeniler
0
Puanları
30
Bir oyuncu yere shulker koyduğu zaman o shulkerı sadece koyan kişi açabilecek yani sahibi kim koyduysa o olucak! ve sahibi kimse o kırabilecek!

Yaparsanız çok sevinirim şimdiden teşekkür ederim!
 


Son düzenleme:

samwise

Sudan Çıkmış
Mesajlar
5
En iyi cevaplar
0
Beğeniler
0
Puanları
50
Kod:
variable "sahip" as player
on place of shulker:
    set {sahip} to player
    set {_shulker.sahip} of event-block to "{sahip}"
    set data of event-block to "{_shulker.sahip}"
    set data of event-block to "{_shulker.sahip}"

on rightclick of shulker:
    if player's name is not "{_shulker.sahip}"
        cancel event
        send "Bu shulker sadece %{_shulker.sahip}% tarafından açılabilir!" to player

on break of shulker:
    if player's name is not "{_shulker.sahip}":
        cancel event
        send "Bu shulker sadece %{_shulker.sahip}% tarafından kırılabilir!" to player
 

Üst