Re: Teamspeak Connector -
AgusZ - 16.01.2015
nice one
Re: AW: Teamspeak Connector -
maddinat0r - 17.01.2015
Quote:
Originally Posted by axi92
Is there a way to edit the CLIENT_DESCRIPTION?
|
I'll try to add it, no guarantees though.
-----------------------------
TSConnector v1.2 has been released.
Changes
Код:
- added error callback: 'forward TSC_OnError(TSC_ERROR_TYPE:error_type, error_id, const error_msg[]);'
- 'TSC_Disconnect' now properly disconnects and unloads everything
- bug fixes:
- a timeout was added in 'TSC_Connect' which will abort the connection attempt when it takes longer than 3 seconds
- 'TSC_Connect' now returns false if a connection is already established
- UID's are now properly escaped
- fixed deadlock in network heartbeat check
- fixed race condition in network buffer access
Big thanks to
Nanory, who helped me during the development by reproducing, finding and reporting critical bugs.
Downloads are, as always,
here.
Please report issues and bugs through
the Github issue tracker or write me a PM if it's important.
AW: Teamspeak Connector -
perelo - 18.01.2015
Thanks maddinat0r!
Can you compile it for the newest stable debian 64-bit version (Debian GNU/Linux 7.4 x64) and add it to github releases?
Re: Teamspeak Connector -
OKStyle - 19.01.2015
TSC_GetClientUIDByName("Name"); - error in this function... It was renamed?
AW: Teamspeak Connector -
Saize - 19.01.2015
Thats a nice plugin, this might be nice for some samp-community exept rp too.
Probz
Re: Teamspeak Connector -
maddinat0r - 20.01.2015
Quote:
Originally Posted by perelo
Thanks maddinat0r!
Can you compile it for the newest stable debian 64-bit version (Debian GNU/Linux 7.4 x64) and add it to github releases?
|
Why, didn't the Debian 7.4 i386 build work on your x64 machine?
Quote:
Originally Posted by OKStyle
TSC_GetClientUIDByName("Name"); - error in this function... It was renamed?
|
Version 0.x and 1.x aren't backwards compatible, and there were huge changes. The function 'TSC_GetClientUIDByName' was completely removed and there is no real replacement for it.
Re: Teamspeak Connector -
LiadDoriToS - 24.01.2015
On Running in Linux:
Version: CentOS 6.4 64bit
Quote:
[15:44:47] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by plugins/teamspeak-connector.so))
|
Output of "strings /usr/lib/libstdc++.so.6 | grep GLIBC"
Quote:
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBC_2.0
GLIBC_2.3
GLIBC_2.4
GLIBC_2.1
GLIBC_2.1.3
GLIBC_2.3.2
GLIBC_2.2
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
|
Re: Teamspeak Connector -
maddinat0r - 24.01.2015
This plugin does not support CentOS 6 (unless you can somehow manage to install the required runtime libraries).
Re: Teamspeak Connector -
LiadDoriToS - 24.01.2015
Quote:
Originally Posted by maddinat0r
This plugin does not support CentOS 6 (unless you can somehow manage to install the required runtime libraries).
|
It will support in 6.0?
Re: Teamspeak Connector -
feartonyb - 05.01.2016
It would be nice to recompile it for Centos 6
Re: Teamspeak Connector -
N0FeaR - 20.03.2016
Good job!
Re: Teamspeak Connector -
ScIrUsna - 23.03.2016
Код:
The call to TSC_Connect will freeze the server as long as a valid connection has been established
But if i off my teamspeak server my server will be freeze as long as i on it? maybe possible to make if there is no valid connection then no freeze just when i on teamspeak then it make connection?
ts3server.ini where find it?
Код:
like noted above, make sure the ServerQuery account has enough rights to subscribe to all channels
How he could not have enough rights? or how to change them?
Re: Teamspeak Connector -
K0P - 23.03.2016
Awesome! +REP
Re: Teamspeak Connector -
Clivlend - 11.08.2016
Hello. I have some problems.
I want connect as simple user. Don't admin. Wrong. Server freeze few seconds & null result.
TSC_Connect("test", "123123", "ts.g-rp.ru", 9987);
TSC_ChangeNickname("[BOT] Training Server");
Don't work. How fix this problem?
OS: debian 6.
Re: Teamspeak Connector -
Jensenn - 12.08.2016
nice work
Re: Teamspeak Connector -
LifeRah - 12.08.2016
Nice work.
Re: Teamspeak Connector -
inferno211 - 07.02.2017
Код:
native TSC_PokeClient(clientid, msg[]);
native TSC_SendClientMessage(clientid, msg[]);
This function doesn't work...
Re: Teamspeak Connector -
Nicolacito - 15.02.2017
Hello, I've got a question.
Does it sync, the factions members with server group?
Example:
I'am a member of LSPD, and in the ts3 server, there's a group called LSPD, Is there a way to synchronize the factions members with the members of the server group?
Re: Teamspeak Connector -
maddinat0r - 18.02.2017
Quote:
Originally Posted by inferno211
Код:
native TSC_PokeClient(clientid, msg[]);
native TSC_SendClientMessage(clientid, msg[]);
This function doesn't work...
|
How exactly don't they work?
Quote:
Originally Posted by Nicolacito
Hello, I've got a question.
Does it sync, the factions members with server group?
Example:
I'am a member of LSPD, and in the ts3 server, there's a group called LSPD, Is there a way to synchronize the factions members with the members of the server group?
|
Use
Код:
TSC_AddClientToServerGroup(clientid, groupid);
to add a TS client to a server group.
Re: Teamspeak Connector -
eFFectw0w - 18.02.2017
Quote:
Originally Posted by maddinat0r
How exactly don't they work?
Use
Код:
TSC_AddClientToServerGroup(clientid, groupid);
to add a TS client to a server group.
|
Is it possible to add a function TSC_GetClientGroup ?