Yanda Posted June 26, 2022 Posted June 26, 2022 I'm creating a game mode and it needs some permissions. How do I give permissions to my game mode in ACL? I know for resources I can do the following: <object name="resource.example"></object> But what would be the code to give permissions to a game mode?
eoL Shady Posted June 26, 2022 Posted June 26, 2022 (edited) hello welcome to the forum, i answered your question,as an example i posted code for DayZ mod, you can change it. <group name="Console"> <acl name="Console"></acl> <object name="user.Console"></object> <object name="user.Shady"></object> -- <object name="resource.DayZ"></object> --For example, I edited a permission for DayZ mod, you can change it if you wish. </group> usually you can allow Console or Admin side https://wiki.multitheftauto.com/wiki/AclGroup Edited June 26, 2022 by Shady1
AngelAlpha Posted June 26, 2022 Posted June 26, 2022 3 hours ago, Yanda said: I'm creating a game mode and it needs some permissions. How do I give permissions to my game mode in ACL? I know for resources I can do the following: <object name="resource.example"></object> But what would be the code to give permissions to a game mode? Create new acl group and then add in this group your acl object
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