Scoreboard Need Fix

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Jake Weston

Member
May 18, 2020
2
0
0
So I Have Made A Scoreboard But Some Of The Lines Don't Show Please Help.

every 2 second:
loop all players:
set {_p} to loop-player
set {_mplayer} to factions player {_p}
set {_faction} to faction of factions player {_mplayer}
set {_name} to the name of faction {_faction}
wipe loop-player's sidebar
set name of sidebar of loop-player to "&a&lFlame&6&lCraft"
set score "&6&l&m----------------" in sidebar of loop-player to 10
set score "&4&l Rank : %colored loop-player's prefix%" in sidebar of loop-player to 9
set score "&a&l Money : %loop-player's balance%" in sidebar of loop-player to 8
set score "&6&m<---------------->" in sidebar of loop-player to 7
set score "&4&lPlayer Info" in sidebar of loop-player to 6
set score "&6&m<---------------->" in sidebar of loop-player to 5
set score "&6&lKdr : %{kill counter.%loop-player%.kdr_total}%" in sidebar of loop-player to 4
set score "&4&lKills : %{kills.%loop-player%}%" in sidebar of loop-player to 3
set score "&0&lDeaths : %{deaths.%loop-player%}%" in sidebar of loop-player to 2
set score "&6&m------------------" in sidebar of loop-player to 1

Its Line 7 That Never Shows I Don't Know Why
 

Attachments

  • upload_2020-5-18_10-3-12.png
    upload_2020-5-18_10-3-12.png
    70.3 KB · Views: 244
So I Have Made A Scoreboard But Some Of The Lines Don't Show Please Help.

every 2 second:
loop all players:
set {_p} to loop-player
set {_mplayer} to factions player {_p}
set {_faction} to faction of factions player {_mplayer}
set {_name} to the name of faction {_faction}
wipe loop-player's sidebar
set name of sidebar of loop-player to "&a&lFlame&6&lCraft"
set score "&6&l&m----------------" in sidebar of loop-player to 10
set score "&4&l Rank : %colored loop-player's prefix%" in sidebar of loop-player to 9
set score "&a&l Money : %loop-player's balance%" in sidebar of loop-player to 8
set score "&6&m<---------------->" in sidebar of loop-player to 7
set score "&4&lPlayer Info" in sidebar of loop-player to 6
set score "&6&m<---------------->" in sidebar of loop-player to 5
set score "&6&lKdr : %{kill counter.%loop-player%.kdr_total}%" in sidebar of loop-player to 4
set score "&4&lKills : %{kills.%loop-player%}%" in sidebar of loop-player to 3
set score "&0&lDeaths : %{deaths.%loop-player%}%" in sidebar of loop-player to 2
set score "&6&m------------------" in sidebar of loop-player to 1

Its Line 7 That Never Shows I Don't Know Why
You can't use the same text in different slot "&6&m<---------------->"...


Use this
Code:
set score "&2&6&m<---------------->" in sidebar of loop-player to 7
 
Status
Not open for further replies.