megaman54 Posted September 22, 2012 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?
manve1 Posted September 22, 2012 Posted September 22, 2012 post ur lua code EDIT: or just swap places name with ID Looking for tutorials or information? check out: www.simpleask.co.uk
megaman54 Posted September 22, 2012 Author 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?
Castillo Posted September 22, 2012 Posted September 22, 2012 exports [ "scoreboard" ]:scoreboardAddColumn ( "id", root, 10, "id", 0 ) Try that. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
50p Posted September 22, 2012 Posted September 22, 2012 Use 1 for the column id instead of 0 (the last parameter in scoreboardAddColumn call). - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
50p Posted September 22, 2012 Posted September 22, 2012 I'm glad it works. Enjoy scripting - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
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