HappyMeal Posted December 31, 2015 Share Posted December 31, 2015 Hey i've made this code that checks players acl and it set to an setElementData and then to draw image bit it wont work. addEventHandler( 'onPlayerLogin', root, function ( ) local account = getPlayerAccount( source ) if account and not isGuestAccount( account ) then local accountName = getAccountName( account ); if isObjectInACLGroup ( "user." .. accountName, aclGetGroup ( "Admin" ) ) then setElementData( source, "Classicon", tostring( ":experience/class/classicon_admin.png" ) ); elseif isObjectInACLGroup ( "user." .. accountName, aclGetGroup ( "Moderator" ) ) then setElementData( source, "Classicon", tostring( ":experience/class/classicon_mod.png" ) ); else setElementData( source, "Classicon", tostring( ":experience/class/classicon_player.png" ) ); end end end ); Link to comment
Revolt Posted December 31, 2015 Share Posted December 31, 2015 Be more specific. Which part doesn't work? Link to comment
John Smith Posted December 31, 2015 Share Posted December 31, 2015 Looks like Droam|Oussez(https://forum.multitheftauto.com/memberlist.php? ... le&u=81422) or -Blue- guy made a new account (because on their original one they were asking too often for helping with fixing cloned/stolen scripts) Good job cloner! Link to comment
HappyMeal Posted December 31, 2015 Author Share Posted December 31, 2015 I'm asking for help not for unknown accusations. Link to comment
Revolt Posted December 31, 2015 Share Posted December 31, 2015 Looks like Droam|Oussez(https://forum.multitheftauto.com/memberlist.php? ... le&u=81422) or -Blue- guy made a new account (because on their original one they were asking too often for helping with fixing cloned/stolen scripts)Good job cloner! You're probably right. Those guys kept sending me PMs to fix their code (in some kind of odd language), and I foolishly did not realizing that the errors were foolish (any scripter that made those scripts he was sending me could realize the issue himself). Anyway, I'm not helping him anymore. Link to comment
HappyMeal Posted December 31, 2015 Author Share Posted December 31, 2015 I'm Not oussez. I dont have that stupid enlish. "Me maked this script help me fixe it. Im pro than..." Link to comment
Addlibs Posted January 1, 2016 Share Posted January 1, 2016 I doubt you'd look into the old topics to see Oussez's “stupid enlish.” You are clearly the same person. Link to comment
HappyMeal Posted January 1, 2016 Author Share Posted January 1, 2016 No, im not an arab. Link to comment
1LoL1 Posted January 1, 2016 Share Posted January 1, 2016 I'm Not oussez. I dont have that stupid enlish. "Me maked this script help me fixe it. Im pro than..." You are Droam|Oussez because he always said fixe Link to comment
HappyMeal Posted January 1, 2016 Author Share Posted January 1, 2016 do you saw my parenthesis '' '' ? And im not dumbsezz Link to comment
Revolt Posted January 1, 2016 Share Posted January 1, 2016 Of course you're not dumbsezz. You're Droam|Oussez Link to comment
HappyMeal Posted January 1, 2016 Author Share Posted January 1, 2016 IM not oussezzzz!!!! Im not that dumbass Link to comment
HappyMeal Posted January 1, 2016 Author Share Posted January 1, 2016 Already fixed . Thx for help 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