Skript Soru ?

afesraca

Obsidyen Madencisi
En iyi cevaplar
0
Arkadaşlar ok attğığmız yeri nasıl buz yaparız ? Daha doğrusu okun saplandığı yere nasıl komut yazdırırız :D anlatamadım ama şöyle
PHP:
 loop blocks in Radius 5 of player
set loop-block to air # bu komutu okun saplandığı yere nasıl bağlarım :D
 

Axel102

Hayalet Avcısı
En iyi cevaplar
6
Kod:
projectile hit:
 projectile is an arrow:
  set {_r} to projectile's location
  loop blocks in radius 5 around at {_r}:
   loop-block is air:
    set loop-block to ice
    wait 2 second
    set loop-block to air
 

afesraca

Obsidyen Madencisi
En iyi cevaplar
0
Kod:
projectile hit:
projectile is an arrow:
  set {_r} to projectile's location
  loop blocks in radius 5 around at {_r}:
   loop-block is air:
    set loop-block to ice
    wait 2 second
    set loop-block to air
acaba buna şey ekleyebilirmisin ?
Kod:
    if "%lore of player's tool%" contains "Buz":
ve
sadece havayı buz yapsın
 
Üst