Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssTSConnect (ts-connect-en)

Category:script
Author(s):TheShoXy
Downloads:2857
Rate:You need to be logged in to vote
Rating:3.6 (25 Votes)
Description:
This resource provides a bridge between TeamSpeak3 and MTA.
Functions and Events are listed in ts_connect_server.lua.
The resource needs callRemote-Rights in ACL.

Functions:

tsMessageToClient ( string Unique-TS-ID, string Text )
tsMessageToServer ( string Text )
tsGetUidByName ( string Name )
tsGetNameByUid ( string Unique-TS-ID )
tsKick ( string Unique-TS-ID, int Kick-ID ( 0 = Kick from Channel, 1 = Kick from Server ), string Reason )
tsBan ( string Unique-TS-ID, int Time ( 0 = Permanently, > 0 = Time in Seconds ), string Reason )
tsAddUserToServergroup ( string Unique-TS-ID, int Group-ID )
tsRemoveUserFromServergroup ( string Unique-TS-ID, int Group-ID )
tsMoveToChannel ( string Unique-TS-ID, int Channel-ID, string Channel-Password )
tsClientPoke ( string Unique-TS-ID, string Text )
tsAddUserToChannelgroup ( string Unique-TS-ID, int Channel-ID, int Group-ID )
tsSetDescription ( string Unique-TS-ID, string Text )
tsLog ( string Source ( e.g. a player's name ), string Action ( e.g. a functions name ) )
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.0.3 2015-05-27 16:08:16 - Added Function "tsFindUser" to search for a Client with a specific name
- Reworked tsGetUidByName and tsGetNameByUid so they return also the original input the function was called with ( eg. tsGetUidByName("User1") returns the UID AND the name you searched for
Download
1.0.2 2013-12-23 02:58:04 Download
1.0.1 2013-06-29 02:06:22 - FIXED some Problem with TS3 internal DB-Functions only returning the first 25 Clients in ServerDB
-> rights assignment now works with every registred client in DB!
Download
1.0.0 2013-05-23 13:09:28 First public release Download