megaman54 Posted September 22, 2012 Share Posted September 22, 2012 So i want the ID of the player appear before hes name. Currently its like this: How to make the ID appear before name? Link to comment
manve1 Posted September 22, 2012 Share Posted September 22, 2012 post ur lua code EDIT: or just swap places name with ID Link to comment
megaman54 Posted September 22, 2012 Author Share Posted September 22, 2012 This is my only code that affects scoreboard: exports.scoreboard:scoreboardAddColumn("id") I'm not really sure how to swap the places. Could you explain it a little better? Link to comment
Castillo Posted September 22, 2012 Share Posted September 22, 2012 exports [ "scoreboard" ]:scoreboardAddColumn ( "id", root, 10, "id", 0 ) Try that. Link to comment
megaman54 Posted September 22, 2012 Author Share Posted September 22, 2012 Now it wont show up at all Link to comment
50p Posted September 22, 2012 Share Posted September 22, 2012 Use 1 for the column id instead of 0 (the last parameter in scoreboardAddColumn call). Link to comment
megaman54 Posted September 22, 2012 Author Share Posted September 22, 2012 Thx 50p now it works perfectly Link to comment
50p Posted September 22, 2012 Share Posted September 22, 2012 I'm glad it works. Enjoy scripting 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