Results 1 to 3 of 3
Thread: Difference between i_ and b_ ?
-
06-06-2010, 01:15 #1
-= TeamSpeak Lover =-
- Join Date
- May 2010
- Location
- Germany
- Posts
- 40
Difference between i_ and b_ ?
What is the diffrence between "i_" and "b_" ? Is there an importance?
-
06-06-2010, 01:16 #2
-= TeamSpeak Fanatic =-
- 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)
-
06-06-2010, 21:21 #3
-= TeamSpeak Fanatic =-
- 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
-
Difference?
By Omlet in forum Permission SystemReplies: 3Last Post: 26-03-2010, 16:49 -
difference between 32 & 64 bit
By klink in forum General QuestionsReplies: 1Last Post: 03-01-2010, 14:39 -
How to allow guests to join without a server pw?
By djnoob in forum Permission SystemReplies: 5Last Post: 25-12-2009, 04:19 -
TS3 = New Codecs?
By damutt13 in forum [TeamSpeak 2] General QuestionsReplies: 10Last Post: 06-10-2007, 15:37 -
What's the difference?
By rlynch437 in forum [TeamSpeak 2] Server SupportReplies: 4Last Post: 26-09-2005, 13:51


Reply With Quote