Jump to content

Hi i have a problem


yasinkenzo

Recommended Posts

Hi I Have An Mta Server And I need some people to help me i dont want to make them admin i just want to give them permission to see admin massages and just warp to people just this what should i do?? 

should i change sth in the acl.xml or theres a mod for it ???.

thanks!

Edited by yasinkenzo
Link to comment

create a new acl group and add acl privileges as follows

<group name="adminSpecial">
        <acl name="Default"></acl>
        <acl name="adminSpecialACL"></acl>
    </group>

    <acl name="adminSpecialACL">
        <right name="general.adminpanel" access="true"></right>
        <right name="command.listmessages" access="true"></right>
        <right name="command.readmessage" access="true"></right>
        <right name="general.tab_players" access="true"></right>
        <right name="general.tab_adminchat" access="true"></right>
        <right name="command.warp" access="true"></right>
    </acl>

The people you add to the acl group will only have warp and message read privileges.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...