Skocz do zawartości
  • 0

Scoreboard


filip501

Pytanie

Witam potrzebuje pomocy , tak aby w tym skrypcie , pisalo jeszcze ile pieniedzy ma gracz cos w stylu &a&lPieniedze:&7&l[ilosc]

Z gory dziekuje

Tutaj link do skryptu w ktorym trzeba to zrobic ;)

https://code.skript.pl/S6Daj0Tc/

 

Edytowane przez Ewald
Odnośnik do komentarza
https://skript.pl/temat/20935-scoreboard/
Udostępnij na innych stronach

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
options:
    ip: NAZWA SERWERA
 
on first join:
    loop all players:
        add 0 to {playtime::minutes::%loop-player%}
every 10 ticks:
    set {_los} to random integer between 1 and 9
    loop all players:
        if {_los} is 1:
            display board named "&a{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 2:
            display board named "&b{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 3:
            display board named "&c{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 4:
            display board named "&d{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 5:
            display board named "{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 6:
            display board named "&1{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 7:
            display board named "&2{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 8:
            display board named "&3{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
        if {_los} is 9:
            display board named "&5{@ip} " to loop-player
            make score "&f" in board of loop-player to 11
            make score "&eOnline&8:" in board of loop-player to 10
            make score "&f%number of all players%" in board of loop-player to 9
            make score "&5" in board of loop-player to 8
            make score "&eGrasz&8:"  in board of loop-player to 7
            make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
            make score "&a&lPieniadze: &7&l%loop-player's balance%" in board of loop-player to 5
            make score "&a" in board of loop-player to 4
            make score "&eIP&8:" in board of loop-player to 3
            make score "{@ip}" in board of loop-player to 2
            move display of loop-player to sidebar
every 60 seconds:
    loop all players:
        add 1 to {playtime::minutes::%loop-player%}
on join:
    if {playtime::minutes::%player%} is not set:
        set {playtime::minutes::%player%} to 0

Prosz :)

Odnośnik do komentarza
https://skript.pl/temat/20935-scoreboard/#findComment-143635
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...