BorderLine Posted November 19, 2011 Posted November 19, 2011 hi forum well i have a little problem i dont know if i can ask in this forum. i want show acl group in scoreboard it is possible? i dont know if i wrong but i need get account for show in scoreboard. or i need specific team= getplayer account? serverside.. local account = getPlayerAccount(thePlayer) addEventHandler("onResourceStart",getResourceRootElement(getThisResource()), function() call(getResourceFromName("BHZ_Scoreboard"),"addScoreboardColumn","Team") end ) thanks very much
Castillo Posted November 19, 2011 Posted November 19, 2011 You can't get the player ACL group, but you can make a function that checks if he's in one and then return the group name.
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