



Old clients will either sound weird/corrupt, or (on newer servers) will not be heard. Due to codec bitstream incompatibility you can only communicate with new clients in channels using the CELT codec. Hieronder is de volledige lijst met veranderingen en verbeteringen te vinden die in het programma zijn aangebracht sinds de vorige vermelding in de Meuktracker. Het is vooral populair onder gamers, die ermee tijdens onlinespellen met teamgenoten kunnen communiceren. Dit programma, dat beschikbaar is voor Windows, Mac OS X, Linux en FreeBSD, stelt gebruikers in staat om met elkaar te communiceren. "] loading.Na een reeks van maar liefst 37 bètareleases is dinsdag de eerste release-candidate van versie 3.0.0 van TeamSpeak verschenen. local logMSG = ("loading." -, SCRIPT, VERSION) In this example we reuse the existing icons from the plugins\test_plugin\ directory, which resides as ".\test_plugin" relative to for "test_plugin.dll", icon "1.png" is loaded from \plugins\test_plugin\1.png plugin filename, without dll/so/dylib suffix Icons are loaded from a subdirectory in the TeamSpeak client plugins folder. When not using icons, just pass an empty string. The icon is optional, max length is 128 characters. The menu text is required, max length is 128 characters Menu IDs are used to identify the menu item when onMenuItemEvent is called, see testmodule/a for the implementation of onMenuItemEvent _MENU_TYPE_GLOBAL: "Plugins" menu in menu bar of main window _MENU_TYPE_CHANNEL: Channel context menu Store value added to menuIDs to be able to calculate menuIDs for this module again for setPluginMenuEnabled (see a) Local function createMenus( moduleMenuItemID) Require( "masscontrolmodule/masscontrol ") Require( "masscontrolmodule/events ") - Forwarded TeamSpeak 3 callbacks Local function onMenuItemEvent( serverConnectionHandlerID, menuType, menuItemID, selectedItemID) selectedItemID: Channel or Client ID in the case of PLUGIN_MENU_TYPE_CHANNEL and PLUGIN_MENU_TYPE_CLIENT. menuItemID: Id used when creating the menu item type: Type of the menu (_MENU_TYPE_CHANNEL, _MENU_TYPE_CLIENT or _MENU_TYPE_GLOBAL) serverConnectionHandlerID: ID of the current server tab Optional function, when not using plugin menus, do not implement this. Called when a plugin menu item (see ts3plugin_initMenus) is triggered. Add this value to above menuID when passing the ID to setPluginMenuEnabled. Will store factor to add to menuID to calculate the real menuID used in the TeamSpeak client (to support menus from multiple Lua modules) To avoid function name collisions, you should use local functions and export them with a unique package name.
