Baseplate Posted August 17, 2011 Share Posted August 17, 2011 like me but idk how to make the roles Link to comment
will briggs Posted August 17, 2011 Share Posted August 17, 2011 Its prety simple. Its like adding text to a scorebaord. Link to comment
Baseplate Posted August 17, 2011 Share Posted August 17, 2011 I need to know how I get his job and add a column to dxscoreboard Link to comment
will briggs Posted August 17, 2011 Share Posted August 17, 2011 Well the Get his job is the tricky bit But the adding the column is easy. Here: addEventHandler("onResourceStart",getResourceRootElement(getThisResource()), function() call(getResourceFromName("SOREBOARD RESOURCE NAME"),"addScoreboardColumn","Job") end ) Replace the SCOREBOARD RESOURCE NAME with the resource name of the score baord you use Regards Link to comment
Baseplate Posted August 17, 2011 Share Posted August 17, 2011 I'm sorry to maky55 for going off topic Thanks will Link to comment
Axel Posted August 18, 2011 Share Posted August 18, 2011 (edited) If you want to make jobs you should use> setElementData(thePlayer,"Job","Job Name") And for the scoreboard call(getResourceFromName("scoreboard"),"addScoreboardColumn","Job",root,70) function refresh() for a in ipairs(getElementsByType('player')) do local Job = getElementData(a,"Job") setElementData(a,"Job",Job ) end setTimer(refresh, 10000, 0) Edited August 18, 2011 by Guest Link to comment
mjau Posted August 18, 2011 Share Posted August 18, 2011 ive done it with ACL for restricted groups the rest will get it own system Link to comment
will briggs Posted August 18, 2011 Share Posted August 18, 2011 I really dont suggest doing it by te ACL, but meh Link to comment
mjau Posted August 18, 2011 Share Posted August 18, 2011 I agrre with you when it comes to the police civilian and all thabt but invite only groups i will use ACL on Link to comment
will briggs Posted August 18, 2011 Share Posted August 18, 2011 I still dont recomend it but good yes Link to comment
denny199 Posted August 18, 2011 Share Posted August 18, 2011 http://imageshack.us/photo/my-images/684/unled2qs.jpg/ and http://imageshack.us/photo/my-images/850/57486955.jpg/ Link to comment
Tiger/maky55 Posted August 18, 2011 Author Share Posted August 18, 2011 Thanks For All Your Guys Help... Just One More Question How Do I Assine Them To A ACL Groupe? Can Soeone Give Me Instructions??? Thanks Maky55! Link to comment
CapY Posted August 18, 2011 Share Posted August 18, 2011 Read this : https://wiki.multitheftauto.com/wiki/Ser ... nistrators 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