Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2010
    Location
    Germany
    Posts
    40

    Exclamation Difference between i_ and b_ ?

    What is the diffrence between "i_" and "b_" ? Is there an importance?

  2. #2
    Join Date
    Feb 2006
    Location
    Texas, USA
    Posts
    4,187
    a B permission is a true/false and an I permission requires a number (integer)

  3. #3
    Join Date
    Jan 2010
    Location
    Secret Base in Arctic Region
    Posts
    1,202
    The Prof should read the documentation of TS (if available).
    What kind or permissions are there?
    ++++++++++++++++++++++++++++++++++

    Boolean Permissions
    -------------------
    These permissions can only have two values, true or false.

    Example:
    b_virtualserver_modify_name

    From the name of the permission you immediately see that it a boolean permission, since it
    begins with "b_". After this prefix is the actual name of the permission, which should give
    you an idea what the permission is about. In this case the permission controls if you may
    change the virtual server name. If it is set to true, you can change the virtual server name,
    if it is set to false or not set at all you can not edit the virtual server name.

    Integer Permissions
    -------------------
    These permissions accept integers as values.

    Examples:
    i_channel_max_depth

    From the name again you can see that it is an integer permission, because it is prefixed with
    "i_". The actual name of the permission, channel_max_depth in this case tells you what this
    permission controls. In this case it controls how "deep" channel structures you may create. So
    if the value is set to "0", it means you can create only top-level channels. If it is set
    to "1", you can also create sub-channels. Set to "2" you can also create sub-sub-channels and so on.

    As with many permissions that have no logical limit i_channel_max_depth also has a special value of "-1"
    which means there is no maximum depth limitation for channels.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Difference?
    By Omlet in forum Permission System
    Replies: 3
    Last Post: 26-03-2010, 16:49
  2. difference between 32 & 64 bit
    By klink in forum General Questions
    Replies: 1
    Last Post: 03-01-2010, 14:39
  3. How to allow guests to join without a server pw?
    By djnoob in forum Permission System
    Replies: 5
    Last Post: 25-12-2009, 04:19
  4. TS3 = New Codecs?
    By damutt13 in forum [TeamSpeak 2] General Questions
    Replies: 10
    Last Post: 06-10-2007, 15:37
  5. What's the difference?
    By rlynch437 in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 26-09-2005, 13:51

Posting Permissions

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