- En iyi cevaplar
- 7
Yine hata var;
![]()
Bu kodda bir sorun olduğunu düşünmüyorum. Bu kodu deneyin.Kod:on damage of a player: attacker is a player victim is a player victim's health is 1: {klanvscanlanma.%victim%} is set: if {seçilenklan1.%victim%} is not set: teleport victim to {klanvs.bolge2} heal the victim repair tool of victim if {seçilenklan2.%victim%} is not set: teleport victim to {klanvs.bolge1} heal the victim repair tool of victim
Edit: ayrıca disk tasarruflu versiyon:
Kod:
on damage:
attacker is player
victim is player
victim's health is 1
{klanvscanlanma.%victim%} is set
{seçilenklan1.%victim%} isn't set:
teleport victim to {klanvs.bolge2}
heal victim
repair tool of victim
{seçilenklan2.%victim%} isn't set:
teleport victim to {klanvs.bolge1}
heal victim
repair tool of victim