Nie wyświetla się żadna wiadomość i nie dodaje się exp. 0 błędów (wersja 1.16.5, skript 2.5.3, bez dodatków)
Kod:
on death:
if attacker is a player:
if {lvl::%attacker%} < 100:
set {_exp} to 0
if victim's name is "&7Zombie &8lvl &a1":
set {_exp} to 50
send "&8 >> &7Dostałeś &a%{_exp}% &7Expa" to attacker
add {_exp} to {exp::%attacker%}
Pytanie
kanafu 36
Nie wyświetla się żadna wiadomość i nie dodaje się exp. 0 błędów (wersja 1.16.5, skript 2.5.3, bez dodatków)
Kod:
on death: if attacker is a player: if {lvl::%attacker%} < 100: set {_exp} to 0 if victim's name is "&7Zombie &8lvl &a1": set {_exp} to 50 send "&8 >> &7Dostałeś &a%{_exp}% &7Expa" to attacker add {_exp} to {exp::%attacker%}Odnośnik do komentarza
https://skript.pl/temat/47339-problem-z-victims-name/Udostępnij na innych stronach
6 odpowiedzi na to pytanie
Rekomendowane odpowiedzi