255. bloğa blok koymayı engelleme

adabugra

Ağaç Yumruklayıcı
Mesajlar
23
En iyi cevaplar
0
Beğeniler
1
Puanları
60
Kod:
on place of dispenser:
    set {_y} to y-coords of event-location
    if {_y} is 0 or 1:
        cancel event
        send "Sunucu koruma altında" to player
    else:
        if {_y} is greater than 254:
            cancel event
            send "Sunucu koruma altında" to player
Üzgünüm piston için bir şey yapamam :/
ee piston için şey yapsanız. piston koymayda engelleyin 255 e
 

na2000

Altın Madencisi
Mesajlar
355
En iyi cevaplar
22
Beğeniler
129
Puanları
890
Ruh hali
Kod:
on place of piston:
    set {_y} to y-coords of event-location
    if {_y} is 0 or 1 or 2 or 3 or 4:
        cancel event
        send "Sunucu koruma altında" to player
    else:
        if {_y} is greater than 250:
            cancel event
            send "Sunucu koruma altında" to player
 

Üst