I want to message every User who joins a specific channel with a message I choose. Is there a Plugin for it? [Im not Admin on this Teamspeak if this is neccesary to know).. Btw sorry for my bad english, I'm from Germany
I want to message every User who joins a specific channel with a message I choose. Is there a Plugin for it? [Im not Admin on this Teamspeak if this is neccesary to know).. Btw sorry for my bad english, I'm from Germany
try this lua script
2208 = channel id that you want
Code:function onClientMoveEvent(serverConnectionHandlerID, clientID, oldChannelID, newChannelID, visibility, moveMessage) if (newChannelID ~= 2208) then return end ts3.requestSendPrivateTextMsg(serverConnectionHandlerID, "Message", clientID) end
There are currently 1 users browsing this thread. (0 members and 1 guests)