.:HyPeX:. Posted July 29, 2013 Share Posted July 29, 2013 I've been reciently trying to make a script that would use a command in order to add admins, mods, smods, etc (i'm the sole member of that group) But, i've found that i could only actually use the add if i was into the Admin ACL list and on the group i did, Is Anything from MTA blocking the modify of ACL if i dont have the Admin ACL powers? Link to comment
Moderators IIYAMA Posted July 29, 2013 Moderators Share Posted July 29, 2013 Then you simply don't have rights for that, the server will ignore it and that will be visible in the debug. Link to comment
Rockero Posted July 29, 2013 Share Posted July 29, 2013 Maybe u mean give admin rights to our script? If that is just add the resource to admin acl.. "resource.scripname" Link to comment
.:HyPeX:. Posted August 11, 2013 Author Share Posted August 11, 2013 Sorry for the long time (i was on vacation), but no. You do not understand me. The script is admin itself, but i'm not. I'm trying to Modify the ACL via script, without being admin, or smod, but i cant. the script outputs i'm not "Special" (Wich is the acl im making for those ppl) when i actually am. So it seems like something blocked it, (The output is the else to the success.) Link to comment
Moderators IIYAMA Posted August 11, 2013 Moderators Share Posted August 11, 2013 Doesn't matter, if the script has admin rights. If you make the script and you activate it to set ranks, there won't be any right problems. But if you use somebody else his script, you may have those problems. Codes can give options but also limit things. I don't know about what kind of script you are talking about, .lua or .xml But that can just be changed manually. (server must not be running) MTA San Andreas 1.3\server\mods\deathmatch > acl.xml Link to comment
.:HyPeX:. Posted August 11, 2013 Author Share Posted August 11, 2013 Doesn't matter, if the script has admin rights. If you make the script and you activate it to set ranks, there won't be any right problems. But if you use somebody else his script, you may have those problems. Codes can give options but also limit things.I don't know about what kind of script you are talking about, .lua or .xml But that can just be changed manually. (server must not be running) MTA San Andreas 1.3\server\mods\deathmatch > acl.xml Its a lua, thought XML where only for info for the scripts..? The fact is that the script wont work if the same ppl isnt admin and in the group specified by script. Link to comment
Moderators IIYAMA Posted August 12, 2013 Moderators Share Posted August 12, 2013 Its a lua, thought XML where only for info for the scripts..? It is info, things can be stored in it. But the acl will be stored there and can be changed manually when the server is off line. well why don't you edit it, it can't be that hard can it? Link to comment
.:HyPeX:. Posted August 17, 2013 Author Share Posted August 17, 2013 Its a lua, thought XML where only for info for the scripts..? It is info, things can be stored in it. But the acl will be stored there and can be changed manually when the server is off line. well why don't you edit it, it can't be that hard can it? Not if i have to shutdown the server every time i want to add a player to a specific group. Link to comment
Moderators IIYAMA Posted August 17, 2013 Moderators Share Posted August 17, 2013 With admin resource you can also add players/resources. Link to comment
.:HyPeX:. Posted August 17, 2013 Author Share Posted August 17, 2013 With admin resource you can also add players/resources. You still dont get it, i want to let a player to manage if someone joins a ACL group or not, without giving him any power else than that. IK i could make him admin, but i do not want him to have any powers. Link to comment
Moderators IIYAMA Posted August 18, 2013 Moderators Share Posted August 18, 2013 I understand everything, You can create a custom acl group and put them in there. Change your script and done. no big deal. 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