Results 1 to 1 of 1
Thread: [BUG] Lua crash
-
23-12-2009, 17:31 #1
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 1
[BUG] Lua crash
I have tested a Lua Pokescript and "Spamed" a friend then i send the command 3 times in a line and TS chrashed.
Here is the Pokescript.
Here is the error.Code:function Poke(serverConnectionHandlerID, clientID, txt) local error = ts3.requestClientPoke(serverConnectionHandlerID, clientID, txt) if error == ts3errors.ERROR_not_connected then ts3.printMessage(serverConnectionHandlerID, "Error: Not Connected") return elseif error ~= ts3errors.ERROR_ok then print("Getting Error: " .. error .. "by poking the ID: " .. clientID) return end ts3.requestClientPoke(serverConnectionHandlerID, clientID, txt) end
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Fixed] Lua Function
By Persane2 in forum ToolsReplies: 2Last Post: 21-12-2009, 02:57 -
[Major Bug]Causes entire server crash, and client...
By Stormsys in forum Bug ReportsReplies: 0Last Post: 20-12-2009, 17:27 -
Client Crash | VIRTUALSERVER_HOSTBANNER_GFX_INTERVAL=1
By BuffBot in forum WindowsReplies: 2Last Post: 20-12-2009, 13:48 -
TS2 Crash When Server Stop
By Label2021 in forum [TeamSpeak 2] Server SupportReplies: 23Last Post: 15-02-2006, 03:18 -
A crash I have been experiencing for quite some time.
By sjr379 in forum [TeamSpeak 2] Client SupportReplies: 11Last Post: 09-09-2005, 10:21


Reply With Quote