- May 8, 2015
- 967
- 934
- 211
Hello, this is not a tutorial, just a list of recommended applications to write a plugin.
C/C++
If you want to build a C/C++ plugin you should use
Microsoft Visual Studio 2013 Professional [Trial] [Mirror]
Teamspeak 3 Plugin SDK
The reason for this version is that Teamspeak was build upon it so you have no external dependencies that you have to ship with.
You can find some example sources on GitHub.
If you want to build a C/C++ plugin you should use
Microsoft Visual Studio 2013 Professional [Trial] [Mirror]
Teamspeak 3 Plugin SDK
The reason for this version is that Teamspeak was build upon it so you have no external dependencies that you have to ship with.
You can find some example sources on GitHub.
QT
If you want to extend your C/C++ Plugin with Inputboxes/GUI Elements you need to include
QT 5.5.0
in your project.
If you want to extend your C/C++ Plugin with Inputboxes/GUI Elements you need to include
QT 5.5.0
in your project.
Sublime Text 2
cause they have proper syntax highlighting for LUA.
cause they have proper syntax highlighting for LUA.
PHP
If you want to access the serverquery shell with PHP i suggest using the
Planet Teamspeak PHP Framework
If you want to access the clientquery shell with PHP i suggest the
Clientquery API + Examples
If you want to access the serverquery shell with PHP i suggest using the
Planet Teamspeak PHP Framework
If you want to access the clientquery shell with PHP i suggest the
Clientquery API + Examples
P.S. said:A tutorial may come in the future.
Last edited: