Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

TS3 Module Installation

Impact edited this page Sep 29, 2018 · 2 revisions

The TS3 module allows you to forward calls to your Teamspeak3 server.

Preparation

Before you can install the TS3 module you have to prepare some things.

  • Be sure that your webserver is whitelisted, this document describes the process on page #6

Find admin uids

We added a new script to ease this procedure
Simply call http://yourcalladmininstance.com/ts3/userlist.php?key=SomeOfYourKeys, see Serverkeys for information about keys.

You need to know the uids of your admins, in order to write them into the config file.
First you need to connect to your TS3 server, the following pictures show the further process.
If you know a better way, please let us know ;)

Click the server groups tab, or press Strg + F1
http://plugins.gugyclan.eu/calladmin/screenshots/wiki/ts3_groupselect.jpg

Select the group your admins are members of
http://plugins.gugyclan.eu/calladmin/screenshots/wiki/ts3_groupselect.jpg

Select your admin and copy his uid
http://plugins.gugyclan.eu/calladmin/screenshots/wiki/ts3_clientselect.jpg

Installation

  1. Put calladmin_ts3.smx in your .../addons/sourcemod/plugins directory
  2. Load the plugin or change the map, the plugin will create a file named plugin.calladmin_ts3.cfg in your .../cfg/sourcemod folder
  3. Edit the config to your purposes
  4. Setup the Webscript-Installation (don't skip the TS3 folder)
  5. Be sure to whitelist the IP of the webserver in your TS3 servers.
  6. You're done

Requirements

Clone this wiki locally