Results 1 to 5 of 5

Thread: Two or more Client Admin Access Levels (Admins.ini)

  1. #1

    Question Two or more Client Admin Access Levels (Admins.ini)

    Example these three access level for a admin client:

    Code:
    ACCESSLEVEL_MAPCHANGE   2
    ACCESSLEVEL_RESTART	   4
    ACCESSLEVEL_GAMETYPE      8
    It could be something like this, but it's not:

    Code:
    login=admin01 password=.bo rights=2,4,8
    Where the admin client can change map, reset and change game type


    It's possible?

  2. #2

    Default

    you have to sum the values
    so the result would be this

    2+4+8 = 14
    Code:
    login=admin01 password=.bo rights=14

  3. #3
    Purple Developer Purple Elephant1au's Avatar
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    1,269

    Default

    We have also made a simple tool to help server admins with setting the access rights for their admins.
    Look inside this file >> https://www.x-null.net/forums/forumd...l-Reborn-Patch

    Under Documentation and Tools > adminIniEditor.exe where you can load your admins.ini file and add new admins, edit ones there with simple checkboxes for allowed commands.

    Purple's Playground
    OBJ :
    103.29.85.127:12203
    xfire: purpleelephant1au
    email: purpleelephant1au@gmail.com
    skydrive: PurpleElephantSkydrive




  4. #4

    Default

    Quote Originally Posted by Zappa View Post
    you have to sum the values
    so the result would be this

    2+4+8 = 14
    Code:
    login=admin01 password=.bo rights=14
    Thanks Zappa works that way, as well as the Dmflags, it did not occur to me.

  5. #5

    Default

    Quote Originally Posted by Purple Elephant1au View Post
    We have also made a simple tool to help server admins with setting the access rights for their admins.
    Look inside this file >> https://www.x-null.net/forums/forumd...l-Reborn-Patch

    Under Documentation and Tools > adminIniEditor.exe where you can load your admins.ini file and add new admins, edit ones there with simple checkboxes for allowed commands.
    Thanks Purple Elephant1au I will take it into account

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •