1. Рады видеть Вас на русскоязычном форуме TeamSpeak!

    У нас Вы можете скачать последнюю версию:

    Перед регистрацией рекомендуем ознакомиться

    с Правилами форума.

    Присоединяйтесь! Учите и обучайтесь!

    Скрыть объявление
  2. Новая группа "Новичок" на нашем форуме!

    Новые пользователи будут попадать в группу "Новичок".

    Это сделано для того чтобы "Новички" ознакомились с форумом, так как в большинстве случаев проблема с которой вы хотите обратиться уже обсуждалась.

    Перейти в тему обсуждения
    Быстрый переход в группу Пользователь
  3. VPS/VDS и дедикейт сервера в аренду с DDoS защитой

    • Низкий пинг
    • Действующий SLA
    • Рублевые цены без привязки к курсу валют

    Бесплатный тестовый период VPS-OpenVZ

    Попробовать

Client Plugin SDK 3.1.1

TeamSpeak 3 plugin development kit

  1. VJean
    TeamSpeak 3 plugin development kit
    Copyright (c) 2008-2015 TeamSpeak Systems GmbH​

    Contents
    • - Demo plugin sourcecode as template for developing own plugins
    • - Required header files
    • - Clientlib documentation

    bin\plugins\
    Target build directory for the sample project. Instead you might want to configure your output directory to the plugins directory within your TeamSpeak 3 client installation.​
    docs\
    Clientlib documentation​
    include\
    Required header files​
    src\
    Sourcecode of our test plugin​

    We strongly recommend to build upon the test plugin. Plugins are required to export some special functions, which already exist in the test plugin. Optional functions may be removed if not used. See code comments for details.