MRThinker Posted September 8, 2018 Share Posted September 8, 2018 Hi Guys im maked a id system and show id on score board ! but ID Column showing after Name I want to make the ID before the name? Link to comment
AncienT Posted September 8, 2018 Share Posted September 8, 2018 (edited) 6 minutes ago, MRThinker said: Hi Guys im maked a id system and show id on score board ! but ID Column showing after Name I want to make the ID before the name? Nececitas order the columns exports.dxscoreboard:scoreboardAddColumn(ID) exports.dxscoreboard:scoreboardAddColumn(playerName) Edited September 8, 2018 by AncienT Link to comment
MRThinker Posted September 8, 2018 Author Share Posted September 8, 2018 1 minute ago, AncienT said: Nececitas order the columns exports.dxscoreboard:scoreboardAddColumn(ID) exports.dxscoreboard:scoreboardAddColumn(playerName) how ? 1 minute ago, AncienT said: Nececitas order the columns exports.dxscoreboard:scoreboardAddColumn(ID) exports.dxscoreboard:scoreboardAddColumn(playerName) plz give me this code Link to comment
AncienT Posted September 8, 2018 Share Posted September 8, 2018 Just now, MRThinker said: how ? plz give me this code Go to private i help you Link to comment
MRThinker Posted September 8, 2018 Author Share Posted September 8, 2018 3 minutes ago, AncienT said: Nececitas order the columns exports.dxscoreboard:scoreboardAddColumn(ID) exports.dxscoreboard:scoreboardAddColumn(playerName) what is dxscoreboard ? Link to comment
AncienT Posted September 8, 2018 Share Posted September 8, 2018 Just now, MRThinker said: what is dxscoreboard ? dxScoreboard is scoreboard Link to comment
MRThinker Posted September 8, 2018 Author Share Posted September 8, 2018 Just now, AncienT said: dxScoreboard is scoreboard ok now give me a code for make ID Column before PlayerName Link to comment
iMr.WiFi..! Posted September 8, 2018 Share Posted September 8, 2018 Go to your scoreboard, *Search it in resources* And open the meta.xml then check for exports functions. and search again into the scoreboard about the functions then check the arguments! Link to comment
Dimos7 Posted September 8, 2018 Share Posted September 8, 2018 exports["scoreboard"]:addScoreboardColumn("ID", root, 20, "ID", 1) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now