27.07.2014, 12:17
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:
Here the Log from Teamspeak 3 Server:
I tried to connect a few times ... and the TSConnector doesnt connect to my Teamspeak 3 Server
mfg
I hope you can help me
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");
Код:
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)
mfg
I hope you can help me