Results 1 to 4 of 4
-
29-03-2011, 12:43 #1
-= TeamSpeak User =-
- Join Date
- Mar 2011
- Posts
- 11
Soundpack with a sound for determined group
How can I create a voice for a server group (like guest or member). It should only be for this group.
What is the "code"? (like "CLIENT_CONNECTION_CONNECTED_SERVER = play(...)", but for a server or channel group)
Thank you
The_zoker_09Last edited by the_zoker_09; 29-03-2011 at 22:02.
-
29-03-2011, 15:16 #2
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Hello
You can't. Actually is for only clientype (neutral, friend, etc)
-
29-03-2011, 16:16 #3
-= TeamSpeak User =-
- Join Date
- Mar 2011
- Posts
- 11
Can I use both sounds?
The first when a friend joins and the second when somebody else joins.
Like this:
(Ad: this is like Java codeCode:if (friend join) {play ("A friend joined the server");} else {play ("A Member joined the Server");}
)
Do you understand what I mean?
Thank you
the_zoker_09
-
29-03-2011, 16:50 #4
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
By default there is no specific wav files for this specific action in the sound folder.
But, you can copy/past the sound file from the teamspeak 2 client (also maybe in the soundPack on the addon website).
1 - Copy/paste these files from Teamspeak 2 client to sound/default (Teamspeak 3 client)
2 - Rename these files for a specific sound :Code:13.userjoind.wev 11.memberjoined.wav
3 - Edit the settings.ini file (in the same folder of the soundPack) and change this part :Code:13.userjoin.wav => neutral_server_joined.wav 11.memberjoined.wav => friend_server_joined.wav
4 - Start your Teamspeak 3 client and check the notification settingsCode:# # Client # # Client connection connected CLIENT_CONNECTION_CONNECTED_SERVER = play("${clientType}_server_joined.wav") CLIENT_CONNECTION_CONNECTED_CURRENT_CHANNEL = play("${clientType}_connection_connected_currentchannel.wav")
Client > Connection > Connected
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Sound Packs - Add Mic clicks to the soundpack/notifications
By Clone1B in forum Suggestions and FeedbackReplies: 0Last Post: 20-01-2011, 17:54 -
[No Bug?] No sound from Default Soundpack
By Daemonium Noctis in forum Bug ReportsReplies: 4Last Post: 11-11-2010, 12:50 -
[Bug] Sound and Soundpack
By KevinGregull in forum Bug ReportsReplies: 1Last Post: 11-11-2010, 09:26


Reply With Quote