Bazim Posted June 6, 2011 Share Posted June 6, 2011 Hello can u help me? I have easy point system (from JasperNL=D) and i want to add Points to scoreboard. So i use addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), function() exports.scoreboard:addScoreboardColumn("Points") end) and please how i can add Points to Column Points? In points resource what i have its points saved in users.xml. Or functions what i need. Sorry for my english Link to comment
karlis Posted June 6, 2011 Share Posted June 6, 2011 just setElementData(thePlayer,"Points",yourPoints,true) Link to comment
Bazim Posted June 6, 2011 Author Share Posted June 6, 2011 Thx for u and JasperNL=D ... solved 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