Results 1 to 2 of 2
-
29-04-2011, 21:58 #1
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 11
Client Side Callback after ts3server_clientMove?
I'd like to use ts3server_clientMove() to move a client from one channel to another, but I need to ensure my client software always knows what channel it is one. Is there a callback that I can use to update my client?
-
06-05-2011, 07:45 #2
-= TeamSpeak Team =-
- Join Date
- Jul 2002
- Location
- Germany
- Posts
- 2,836
Hi,
if a regular channel switch occurrs, that is to say a user "moves himself" into a new channel, you will get notified via the onClientMoveEvent (if you only care where you yourself are, filter on the clientID and make sure it is yours). You can also be moved to a new channel by other clients, and then you will get the onClientMoveMovedEvent callback - or, in case of a "kick from channel" - the onClientKickFromChannelEvent callback.
Edit: When being moved by the server (ts3server_clientMove()), the onClientMoveMovedEvent should also occur.Last edited by Peter; 10-05-2011 at 07:59.
You think my answer is stupid ? Read This:
http://www.catb.org/~esr/faqs/smart-...ons.html#intro
In a world without fences and walls - who needs windows and gates ?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Creatings your own server (client Side)
By NightJay0044 in forum Client SupportReplies: 2Last Post: 17-01-2010, 17:04 -
Disable Poke and PM Client Side.
By TrentonSODMG in forum Suggestions and FeedbackReplies: 1Last Post: 25-12-2009, 05:47 -
TS client side password recovery
By k2grim in forum [TeamSpeak 2] Client SupportReplies: 2Last Post: 06-12-2006, 18:11 -
How do you:Client Side Right pane Logo with link
By Gossamer in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 09-02-2004, 19:09 -
Client Side Muting
By Marek in forum [TeamSpeak 2] General QuestionsReplies: 1Last Post: 25-10-2002, 14:55


Reply With Quote