sergun26respawn
Marangoz
- En iyi cevaplar
- 0
Daha kısaltılabilir, 1 yıldır skript yazmıyorum ama şu şekilde deneyin:farklı şeyler, inan bana
bu şekildemi?PHP:on damage: if victim is a player: set {_s} to victim's health set {_e} to damage if {_e} => {_s}: cancel event
Kod:
on damage:
if victim is a player:
if damage is greater than victim's health:
cancel event
Hata verirse şöyle deneyin:
Kod:
on damage:
if victim is a player:
if "%damage%" is greater than "%health of victim%":
cancel event