Results 1 to 1 of 1
Thread: Help with Lua plugin!
Threaded View
-
29-04-2012, 02:09 #1
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 3
Help with Lua plugin!
im newbie on LUA and i was looking for a plugin that auto reply when you are away, i just found a script by SIlentstorm
but it didnt work, maybe i did something wrong testing. I create a folder called "reply" in plugins/lua_plugins*PHP Code:local function onTextMessageEvent(serverConnectionHandlerID, targetMode, toID, fromID, fromName, fromUniqueIdentifier, message, ffIgnored)
local response = "You managed to send me a private Message"
if targetMode = ts3defs.TextMessageTargetMode.TextMessageTarget_CLIENT then
ts3.requestSendPrivateTextMsg(serverConnectionHandlerID, response, fromID)
end
end
then inside create a file called init.lua and paste the script, then i reloaded the plugin, but didnt work, can anyone help me please?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Release] AutoAway plugin
By plamen in forum PluginsReplies: 28Last Post: 18-03-2013, 04:40 -
Looking for plugin
By Jwh1o1 in forum PluginsReplies: 1Last Post: 03-05-2012, 22:40 -
TS3 IPC Plugin - Use the plugin sdk in your external apps
By Thomas in forum PluginsReplies: 31Last Post: 14-06-2011, 10:02 -
ts3 overlay plugin (Failed to open plugin)
By netmario in forum WindowsReplies: 0Last Post: 22-09-2010, 08:29 -
A Plugin Idea (DataBrowser Extension) / Eine Plugin Idee (DateiBrowser Erweiterung)
By daMichl in forum PluginsReplies: 0Last Post: 09-04-2010, 00:21


Reply With Quote
