variables:
{punkty::%player%} = 0
{zabicia.%player%} = 0
{smierci.%player%} = 0
on first join:
set {smierci::%player%} to 0
set {zabicia::%player%} to 0
on death:
victim is player
attacker is player:
add 1 to {zabicia.%attacker%}
add 1 to {smierci.%victim%}
command /ranking:
trigger:
send "&aTwoj ranking wynosi: &e%{zabicia::%player%}% &azabic."
Pytanie
Rhyme64 0
variables:
{punkty::%player%} = 0
{zabicia.%player%} = 0
{smierci.%player%} = 0
on first join:
set {smierci::%player%} to 0
set {zabicia::%player%} to 0
on death:
victim is player
attacker is player:
add 1 to {zabicia.%attacker%}
add 1 to {smierci.%victim%}
command /ranking:
trigger:
send "&aTwoj ranking wynosi: &e%{zabicia::%player%}% &azabic."
--------------------------------------------------------------------------------------------------------------------------------
Teraz chcę dopisać komendę na wyświetlenie top 5 zabójców... to znaczy:
-----TOP 5-----
1. NICK | ZABICIA
2. NICK | ZABICIA
3. NICK | ZABICIA
4. NICK | ZABICIA
5. NICK | ZABICIA
żeby komenda wyświetlała top 5 zabójców.
Odnośnik do komentarza
https://skript.pl/temat/10394-komenda-na-top-5-zab%C3%B3jstw-pomocy/Udostępnij na innych stronach
0 odpowiedzi na to pytanie
Rekomendowane odpowiedzi