botanist Posted December 12, 2009 Posted December 12, 2009 Hi, I don't think I can say a lot about this. But the point is, addAccount doesn't work. Every time I use it, it will result in a error in the console, Access denied. But why? -Windows Vista Home Premium. -I use it for the register functien. My register is like the first example on addAccount at the wiki. -Thought "Read-Only" is off, but I don't know this sure with Vista. -UAC is disabled. Handling editor | Modloader
50p Posted December 13, 2009 Posted December 13, 2009 https://wiki.multitheftauto.com/wiki/ACL - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
botanist Posted December 13, 2009 Author Posted December 13, 2009 Ehm, there's nothing over there that can help me. Handling editor | Modloader
robhol Posted December 13, 2009 Posted December 13, 2009 Add the resource to the ACL admin group. If you take a look at existing nodes there, you'll see how it's done. Afterwards, restart the server or run aclReload() somewhere. Do NOT PM ME for help unless invited. - New MTA Script Editor Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.
botanist Posted December 13, 2009 Author Posted December 13, 2009 <acl> <group name="Admin"> <acl name="Moderator" /> <acl name="SuperModerator" /> <acl name="Admin" /> <acl name="RPC" /> <object name="resource.admin" /> <object name="resource.webadmin" /> <object name="user.=USP=Remi-X[NL]" /> </group> </acl> That's what my ACL says in the admingroup. In the resource "Admin" stays the register command. Handling editor | Modloader
Gamesnert Posted December 13, 2009 Posted December 13, 2009 Add the resource to the ACL admin group. Not only players have to be admin to get special access. Just add: Projects: Slothbot | Maximap
botanist Posted December 13, 2009 Author Posted December 13, 2009 That IS . Handling editor | Modloader
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