MRThinker Posted September 8, 2018 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?
AncienT Posted September 8, 2018 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
MRThinker Posted September 8, 2018 Author 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
AncienT Posted September 8, 2018 Posted September 8, 2018 Just now, MRThinker said: how ? plz give me this code Go to private i help you
MRThinker Posted September 8, 2018 Author Posted September 8, 2018 3 minutes ago, AncienT said: Nececitas order the columns exports.dxscoreboard:scoreboardAddColumn(ID) exports.dxscoreboard:scoreboardAddColumn(playerName) what is dxscoreboard ?
AncienT Posted September 8, 2018 Posted September 8, 2018 Just now, MRThinker said: what is dxscoreboard ? dxScoreboard is scoreboard
MRThinker Posted September 8, 2018 Author Posted September 8, 2018 Just now, AncienT said: dxScoreboard is scoreboard ok now give me a code for make ID Column before PlayerName
iMr.WiFi..! Posted September 8, 2018 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! Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
Dimos7 Posted September 8, 2018 Posted September 8, 2018 exports["scoreboard"]:addScoreboardColumn("ID", root, 20, "ID", 1)
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