Results 1 to 2 of 2
-
23-05-2012, 01:41 #1
-= TeamSpeak User =-
- Join Date
- May 2011
- Posts
- 3
Plugin requesting client permission level.
I did a quick search and could not find anything directly relating to my question, thus I ask formally.
Is there a way to request for a clients permission level based on the clientID? I have been trying to use requestPermissionOverview() but it doesnt return a value i can utilize for even a comparison.
What i am trying to achieve is a Bot that can have text added to its database only when the client has a 50 or more in server permission. or even better would be if i could use Channel permissions.
Thank you for your time.
-
23-05-2012, 04:33 #2
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
After you call requestPermissionOverview() any time later you will get numerous calls of your ts3plugin_onPermissionOverviewEvent Function followed by a single call of ts3plugin_onPermissionOverviewFinishedEvent.
Same goes for listing Channel, Client or Server/Channelgroup Permissions which have their own Callback Functions which are similarly named.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[No Bug] [Client Plugin SDK] Requesting filelist always opens File Browser
By Thomas in forum Bug ReportsReplies: 10Last Post: 10-08-2011, 02:38 -
log level permission
By mcfly_98 in forum Permission SystemReplies: 2Last Post: 31-12-2009, 14:41 -
Force permission level?
By SingingHobo in forum Permission SystemReplies: 5Last Post: 27-12-2009, 09:47


Reply With Quote