variables:
{lvl::%player%} = 500
options:
tag: &2GalacticWars
chat: &5 Pkt %{lvl::%player%}% &8%colored display named of player% &8>> &7%message%
command /pkt [<text>]:
trigger:
if arg 1 is not set:
send "&6>==========<{@tag}&6>==========<"
send "&2/pkt pokaz &aPOKAZUJE TWOJE PUNKTY"
send "&2/pkt wyczysc &aWYCZYSZCZA TWOJE PUNKTY"
send "&2/pkt top &aPOKAZUJE TOP NAJLEPSZYCH GRACZY"
stop
if arg 1 is "pokaz":
send "&6>==========<{@tag}&6>==========<"
send "&cTwoje punkty to:"
send "&4%{lvl::%player%}%"
stop
if arg 1 is "wyczysc":
set {lvl::%player%} to 500
send "&2Twoje punkty zostaly wyczyszczone!"
on chat:
set "{_chat} to {@chat}"
on death of player:
if attacker is player:
add 1 to {lvl::%player%}
send "&aWlasnie uzyskales &c1 &apunkt!"
if victim is player:
remove 1 from {lvl::%player%}
send "&cWlasnie straciles punkt!"
Nie zwracajcie na nic inne uwagi
Zalezy mi bardzo na tym, że chat nie działa
I chciałbym zapytac czm nie odejmuje tego jednego punktu jak pisze tam "if victim is player: remove 1 frp, {lvl::%player%}"
Pytanie
Rabby 11
variables:
{lvl::%player%} = 500
options:
tag: &2GalacticWars
chat: &5 Pkt %{lvl::%player%}% &8%colored display named of player% &8>> &7%message%
command /pkt [<text>]:
trigger:
if arg 1 is not set:
send "&6>==========<{@tag}&6>==========<"
send "&2/pkt pokaz &aPOKAZUJE TWOJE PUNKTY"
send "&2/pkt wyczysc &aWYCZYSZCZA TWOJE PUNKTY"
send "&2/pkt top &aPOKAZUJE TOP NAJLEPSZYCH GRACZY"
stop
if arg 1 is "pokaz":
send "&6>==========<{@tag}&6>==========<"
send "&cTwoje punkty to:"
send "&4%{lvl::%player%}%"
stop
if arg 1 is "wyczysc":
set {lvl::%player%} to 500
send "&2Twoje punkty zostaly wyczyszczone!"
on chat:
set "{_chat} to {@chat}"
on death of player:
if attacker is player:
add 1 to {lvl::%player%}
send "&aWlasnie uzyskales &c1 &apunkt!"
if victim is player:
remove 1 from {lvl::%player%}
send "&cWlasnie straciles punkt!"
Nie zwracajcie na nic inne uwagi
Zalezy mi bardzo na tym, że chat nie działa
I chciałbym zapytac czm nie odejmuje tego jednego punktu jak pisze tam "if victim is player: remove 1 frp, {lvl::%player%}"
Prosze o szybka pomoc! Z gory dzieki!
Odnośnik do komentarza
Udostępnij na innych stronach
17 odpowiedzi na to pytanie
Rekomendowane odpowiedzi