SA-MP Forums Archive
[FilterScript] TS Controller - Control Your TS Server - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] TS Controller - Control Your TS Server (/showthread.php?tid=663638)



TS Controller - Control Your TS Server - NimA00GaMeR - 07.02.2019

TeamSpeak Controller v1.0
Installation:
This filterscript want TSConnector plugin! if you dont have it download from :
https://github.com/maddinat0r/samp-tsconnector/releases
Change Theese Defines:

#define TS_IP "127.0.0.1" // IP Of TeamSpeak Server
#define TS_PORT 9987 // Port Of TeamSpeak Server
#define TS_QUESER "serveradmin" // Query's User Of TeamSpeak Server
#define TS_QPASS "5lrviiGI" // Query's Password TeamSpeak Server

#define RANK_STATUS_W 40 // "Status Off Player" Rank:
#define RANK_STATUS_ON 41 // "Player Is Online" Rank
#define RANK_STATUS_OFF 42 // "Player Is Offline" Rank

#define CHANNEL_ONLINE_USERS 19 // ID Of "Online Users: 00" Channel
#define CHANNEL_SAMP_ONLINE_USERS 20 // ID Of "SA:MP Server's Online Users: 00" Channel


Features:
Show TeamSpeak's Online
Show SA-MP's Online
Set player's name as client's description
Set client's offline&online rank.


Credits:
Maddinat0r - TSConnector Plugin
NimA00GaMeR - Scripter of TS Controller


Download:
PWN File - Github


Re: TS Controller - Control Your TS Server - TokicMajstor - 07.02.2019

Very cool and nice. I was looking for this long time ago I don't need it now but still useful and nice


Re: TS Controller - Control Your TS Server - NimA00GaMeR - 07.02.2019

Quote:
Originally Posted by TokicMajstor
View Post
Very cool and nice. I was looking for this long time ago I don't need it now but still useful and nice
Thanks!!

Your Welcome


Re: TS Controller - Control Your TS Server - GrandTA - 08.02.2019

This is not bad but your english is terrible :/


Re: TS Controller - Control Your TS Server - NimA00GaMeR - 08.02.2019

Quote:
Originally Posted by GrandTA
View Post
This is not bad but your english is terrible :/
Yes, My english isn't good


Re: TS Controller - Control Your TS Server - Proxus - 08.02.2019

Very nice. Doesn't really matter if someone's English isn't perfect, not many people had it as their first language.


Re: TS Controller - Control Your TS Server - NimA00GaMeR - 08.02.2019

Quote:
Originally Posted by Proxus
View Post
Very nice. Doesn't really matter if someone's English isn't perfect, not many people had it as their first language.
Thanks and sorry for my bad english


Re: TS Controller - Control Your TS Server - NimA00GaMeR - 08.02.2019

Send your feedback about this fs.


Re: TS Controller - Control Your TS Server - ComDuck - 08.02.2019

Quote:
Originally Posted by NimA00GaMeR
View Post
Send your feedback about this fs.
1. Re-upload your script with the line-ending-selector set to LF and not CRLF.

2. Create a condition to check if the server connection has been established successfully or not.