3.3.1
- Fixed a bug where the same badge icon was displayed multiple times for the same client.
+ Added active badge showcase to client infoframe templates.
this bug is still visible in the...
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: cydolo; Keyword(s):
3.3.1
- Fixed a bug where the same badge icon was displayed multiple times for the same client.
+ Added active badge showcase to client infoframe templates.
this bug is still visible in the...
are ts3 plugins compatible with ts5?
18445
I did that without your code. it works for me without any errors or crashes. :p
https://hastebin.com/iwunosaqim.m
void ts3plugin_infoData(uint64 serverConnectionHandlerID, uint64 id, enum...
that could help you
https://forum.teamspeak.com/threads/129420-Release-More-Information-plugins-(Source)
you need to free the memory after snprintf.
the reason why you crashed is because you are trying to free the memory that not has been written.
char* channelId = "Error";
I do not know from where you get the buffersize 1048576
You need to free the memory.
You have to check in the plugin if there is an update then just in ts3plugin_init event return 1 and you can move or delete the file but the problem here is the user must take the latest version...
I have created a plugin for you that will move all INPUT_MUTED clients, if you also want the OUTPUT_MUTED clients to be moved, let me know
Download
the possibility to select multiple channels will be added later, also there will be a new sound when the
client leaves the channel and a log when the user entered or left the channel
I do not...
you just have to enter the channelid in the first textbox. the channelid can be retrieve with the Extended Client Info design.
then you have the possibility either to play an audio should a client...
Done it for you
let me know If you have some issues
Download
18150
I have done your request
Download
would it be possible to remove the currentServerConnectionChanged event from the console?
18054
tested on win64 ts3client_win64 version latest beta 3.3.0 works without crash or freeze
after the update the .tpl does not work properly, center and colors are not displayed
<table class="center">
<tr>
<td class="label">test</td>
</tr>
</table>
the plugin cyChat had an update which fixed the crash.
If this is a security update, why not introduce something that prompts the client to update directly. Otherwise, the client can not be used. There are so many users who not see the announcements in...
After 6 months, was it added?
You must send a GET request.
You can use the online HTTP request maker
https://apitester.com/
URL is https://badges-content.teamspeak.com/list
At the bottom the badges are displayed. (Response...
You and other users can not see the badge until TeamSpeak updates the list.
Even if you already have the code, the badge is displayed only when TeamSpeak releases it.
...
@dante696
Is it later necessary to use the TS5 client, or is the TS3 client still being updated?
TeamSpeak just has to make an API for server nicknames and then the IP can be changed automatically with a script. Anyway, using the server nickname is the easiest and best method in my opinion.
You can use server nicknames, the clients only have to connect to them, if the main server is not reachable, you can change the IP behind the server nickname.
...
They just put the team under pressure, maybe everything is being tested, so the team gives the time, maybe changes are made, stay tuned :rolleyes:
Maybe he means the ClientQuery exploit, where you could have all rights via a link, but that was fixed in 3.1.3
You forgot a comma. :rolleyes:
.TextMessage_ClientKicked,
.TextMessage_ClientSwitched {
color: orangered;
}
Edit
I would like to change the colors of contacts, currently only red (blocked user) green (friends) are available.
best regards.
Then TeamSpeak would have to redevelop a complete friend system, simply add one as a friend and seeing where he is, is a bit creepy :rolleyes:
You can use the clientquery plugin to list all complains
then you need to write a console or windows form program
and read in a while loop the data from the clientquery (127.0.0.1:25639) ...
hello,
In the event notifyclientmoved, only the channelid, reasonid and clientid are displayed.
While the client is being kicked by the channel, Invokername, Invokeruid, reasonmsg and...
I've made a ClientQuery based tool so you can mute/unmute all clients
All you have to do is activate your ClientQuery and enter your APIkey
https://github.com/cydolo/TalkStatus/releases
If you...
Delete in AppData\Roaming\TS3Client\cache\badges
gamescom_2018_played_details.svg
gamescom_2018_played.svg
And restart your client
hey,
Some can not connect to servers because the security level is too high.
On Android you can already increase the security level, but not on iOS.
Best regards
I can not prove the problem. 3.2.1 works well on android.
Did your client crash directly when connecting?