SA-MP Forums Archive
[Plugin] Teamspeak Connector - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] Teamspeak Connector (/showthread.php?tid=437671)

Pages: 1 2 3 4 5 6


Re: Teamspeak Connector - maddinat0r - 28.04.2014

Quote:
Originally Posted by Mr.R
Посмотреть сообщение
It work on 0.3z version?
This plugin should work with every SA-MP server version.


AW: Teamspeak Connector - The_Godboy - 04.05.2014

Hello,
i have a problem with this plugin.

If i try: TSC_SendServerMessage it works fine.

but when i try this: TSC_PokeClient("myuid=", "hello"); nothing work.
The uid off the account is right.


Re: Teamspeak Connector - VladimirMark - 04.05.2014

Very helpful!
Thanks, works perfect on my server


Re: Teamspeak Connector - GeasyW - 05.05.2014

Works, thank you!


Re: Teamspeak Connector - Raza2013 - 05.05.2014

nice +rep



AW: Teamspeak Connector - Steve90 - 07.05.2014

First of all, nice plugin

But i got a problem.

Problem Solved. I just made a mistake on the Network setup on the Server.
Ignore the rest of my post.

Quote:

I tested your plugin on my PC (win 7 64 Bit). The Bot connected to the TS3 Server and was able to do everything i want.
So I started to test it on my Debian Server (Debian 6.0; 64 Bit).
When i start the gamemode the plugin loads without any errors. But if the bot will connect to the server it get an timeout.

Quote:

plugin.TSConnector: Error while connecting to server: "Connection timed out"

But in the Log of the TS3 Server is no connection try.
I used the same TS3 Server like i used on my PC, so this can't be the Problem.
I also checked the Whitelist of the TS3 server and the IP is on this list.

Steve90


Re: Teamspeak Connector - Hwang - 18.05.2014

Good job.


Re: Teamspeak Connector - GeekSiMo - 27.05.2014

Goood Job !!!!


Re: Teamspeak Connector - driftpower - 26.07.2014

well done


Re: Teamspeak Connector - iFarbod - 27.07.2014

I Love his plugin!!


Respuesta: Teamspeak Connector - juandiegox - 27.07.2014

Awesome! Good Work +rep


AW: Teamspeak Connector - 0x00405A00 - 27.07.2014

What is wrong by this code?
The TSConnector doesnt connect to my local Teamspeak 3 Server (Windows 7 Home Prem 32 Bit SP 1) ...
I have no idea what is do wrong ...
Here the code:
Код:
//#defines

#SERVERNAME "Choose your Life"

#define TS_IP "127.0.0.1"
#define TS_PORT "9286"
#define TS_USER "serveradmin"
#define TS_PASS "********"

//OnGameModeInit()
new tsc = TSC_Connect(TS_IP,TS_PORT);
printf("%i",tsc);
new tscl = TSC_Login(TS_USER,TS_PASS,SERVERNAME);
printf("%i",tscl);
TSC_CreateChannel("Testchannel");
Here the Log from Teamspeak 3 Server:
Код:
2014-07-27 12:17:23.901890|INFO    |Query         |   | query from 2 127.0.0.1:49702 issued: login with account "serveradmin"(serveradmin)
2014-07-27 12:29:04.379429|INFO    |Query         |   | query from 3 127.0.0.1:49738 issued: login with account "serveradmin"(serveradmin)
2014-07-27 12:36:03.318882|INFO    |Query         |   | query from 4 127.0.0.1:49758 issued: login with account "serveradmin"(serveradmin)
2014-07-27 12:36:26.088414|INFO    |Query         |   | query from 5 127.0.0.1:49760 issued: login with account "serveradmin"(serveradmin)
I tried to connect a few times ... and the TSConnector doesnt connect to my Teamspeak 3 Server




mfg
I hope you can help me


Re: Teamspeak Connector - maddinat0r - 27.07.2014

Are you sure the serverquery account has enough rights to create a channel? And is your serverquery port 10011? (that port is hard-coded in the current version)


AW: Re: Teamspeak Connector - 0x00405A00 - 27.07.2014

Quote:
Originally Posted by maddinat0r
Посмотреть сообщение
Are you sure the serverquery account has enough rights to create a channel? And is your serverquery port 10011? (that port is hard-coded in the current version)
The serverquery port is 10011 and the serverquery account has by default full rights or not?
* I am not the teamspeak pro *


Re: Teamspeak Connector - maddinat0r - 27.07.2014

Yes, by default all rights are granted.
The current version doesn't really give any error output. Are you willing to test an incomplete beta version of v1.0? That version has better error management and will actually print an error to the console if the connection fails (and ofc print why it failed).
If you want that beta version, drop me a PM and I'll send you a Windows build.


AW: Re: Teamspeak Connector - 0x00405A00 - 27.07.2014

Quote:
Originally Posted by maddinat0r
Посмотреть сообщение
Yes, by default all rights are granted.
The current version doesn't really give any error output. Are you willing to test an incomplete beta version of v1.0? That version has better error management and will actually print an error to the console if the connection fails (and ofc print why it failed).
If you want that beta version, drop me a PM and I'll send you a Windows build.
Yes that would be good ...


Re: Teamspeak Connector - maddinat0r - 02.08.2014

TSConnector v1.0 has been released!
Changes: Download as always on the GitHub page. I've really put some work into it this time, hope you guys like it


Re: Teamspeak Connector - kurta999 - 02.08.2014

Very good, i'll use it.


Re: Teamspeak Connector - N.K.Stallone - 03.08.2014

Great, I will be using this for my own GM, thank you!


AW: Teamspeak Connector - axi92 - 09.01.2015

Is there a way to edit the CLIENT_DESCRIPTION?