Kalkan- Istek Yardım

  • Konuyu başlatan VerectusGC
  • Başlangıç tarihi
V

VerectusGC

Ziyaretçi
Merhaba Arkadaşlar, Sizden Isteğim Bir Kalkan Skriptidir.
Nasıl Yapacagımı Bilmiyorum Anlatırsanız Sevinirim :)
Görünüş Tipi;

Şimdiden Teşekkürler
 
V

VerectusGC

Ziyaretçi
Kod:
On rightclick on glass:
                set {kalkan.%player%.remove} to clicked block
                set clicked block to air
                set block 2 blocks above clicked block to glass
                loop blocks in radius 3 of clicked block:
                                loop-block is air
                                set loop-block to glass
                wait 1 tick
                loop blocks in radius 2 of clicked block:
                                loop-block is air
                                set loop-block to glass
Çalışıyor Fakat İçi Dolu Oluyor. Nasıl Boş yapabilirz ?
 

ZsCraft

Kızıltaş Madencisi
En iyi cevaplar
0
Kod:
On rightclick on glass:
                set {kalkan.%player%.remove} to clicked block
                set clicked block to air
                set block 2 blocks above clicked block to glass
                loop blocks in radius 3 of clicked block:
                                loop-block is air
                                set loop-block to glass
                wait 1 tick
                loop blocks in radius 2 of clicked block:
                                loop-block is air
                                set loop-block to glass
şu loopları anlatır mısın ?? bide şu parantezleri ??


SON TEKNOLOJI IPAD'İMDEN GÖNDERİLDİ
 

ta1ha

Sosyal Medya Yöneticisi
Emektar Üye
En iyi cevaplar
1
Buyur
Kod:
on rightclick:
    if {kalkan.%player%} is 0:
        set {kalkan.%player%} to 1
        set {kalkanyer.%player%} to location of the player
        loop blocks in radius 5 of {kalkanyer.%player%}:
            if loop-block is air:
                set loop-block to glass
        loop blocks in radius 4 of {kalkanyer.%player%}:
            if loop-block is glass:
                set loop-block to air
    else:
        set {kalkan.%player%} to 0
        loop blocks in radius 5 of {kalkanyer.%player%}:
            if loop-block is glass:
                set loop-block to air
 

ZsCraft

Kızıltaş Madencisi
En iyi cevaplar
0
Buyur
Kod:
on rightclick:
    if {kalkan.%player%} is 0:
        set {kalkan.%player%} to 1
        set {kalkanyer.%player%} to location of the player
        loop blocks in radius 5 of {kalkanyer.%player%}:
            if loop-block is air:
                set loop-block to glass
        loop blocks in radius 4 of {kalkanyer.%player%}:
            if loop-block is glass:
                set loop-block to air
    else:
        set {kalkan.%player%} to 0
        loop blocks in radius 5 of {kalkanyer.%player%}:
            if loop-block is glass:
                set loop-block to air
konuyu hortlatmış olucam özür dilerim ama bi sorum var:

yay ile bir yere ok attığımızda ok attığımız yeri nasıl cam yaparız ? yapamadımda
 
Üst