MustafaOktay
Ağaç Yumruklayıcı
- Mesajlar
- 17
- En iyi cevaplar
- 0
- Beğeniler
- 0
- Puanları
- 0
Adam yanarak veya fall-damageden ölünce öldürene kill yazılmıyor bunun için bir skript var mı
Mesela en son vurana heal çeksin o olamaz mı?Ateşe veya fall-damage'ye kill çekemezsin. Onlar canlı değil
Belki olabilir. Ancak şu an evimde değilim. Yazamam :/Mesela en son vurana heal çeksin o olamaz mı?
gurbet ellerde kendisi sjsjsBelki olabilir. Ancak şu an evimde değilim. Yazamam :/
on death of player:
if attacker is a player:
heal the attacker
Adam, victim yanarsa veya düşerek ölürse bu olsun demiş ama :|gurbet ellerde kendisi sjsjs
skriptine gelirsek
PHP:on death of player: if attacker is a player: heal the attacker
heeee anladim ._.Adam, victim yanarsa veya düşerek ölürse bu olsun demiş ama :|
on death of player:
if attacker is a player:
if victim is burning:
heal the attacker
damage:
attacker is player:
set {_vurulmus.%victim%} to attacker
death of player:
{_vurulmus.%victim%} is set:
heal the {_vurulmus.%victim%}
wait 1 tick
delete {_vurulmus.%victim%}
victim ölen oyuncu değil mi?PHP:damage: attacker is player: set {_vurulmus.%victim%} to attacker death of player: {_vurulmus.%victim%} is set: heal the {_vurulmus.%victim%} wait 1 tick delete {_vurulmus.%victim%}
Şeklinde olmalı.
neden wait 1 tick dedin? bug çıkabilir ;(PHP:damage: attacker is player: set {_vurulmus.%victim%} to attacker death of player: {_vurulmus.%victim%} is set: heal the {_vurulmus.%victim%} wait 1 tick delete {_vurulmus.%victim%}
Şeklinde olmalı.
linkini atar mısın?neden wait 1 tick dedin? bug çıkabilir ;(
off java ne güne duruyor DamageCause....
ezik skript*
plugin değil bukkit/spigot da bi yöntem plugin değil kendin yapıcaksınlinkini atar mısın?
neden wait 1 tick dedin? bug çıkabilir ;(
off java ne güne duruyor DamageCause....
ezik skript*
on death:
victim is not player:
damage was caused by a block explosion, an attack, a projectile, a potion, fire, burning, thorns or poison:
hıh hala ezik* void e düşme var mı B)Kod:on death: victim is not player: damage was caused by a block explosion, an attack, a projectile, a potion, fire, burning, thorns or poison:
void ve unknown'da var abisi. Unknown, Kişi durduk yere ölünce çıkar.hıh hala ezik* void e düşme var mı B)