Vielen Dank schonmal.
Die Überschrift werd ich in Zukunft kürzer machen
Jetzt hab ich mit dem Plugin was Ihr mir vorgeschlagen habt noch das Problem das er die Sounds nicht abspielt.
Hab jetzt 2 Pfadangaben versucht aber beide gehen bei mir nicht. Einmal beginnt der Pfad mit dem Ordner "sound" und einmal erst mit dem ordner "music" beides ging bei mir nicht.
Tried to look up command say as if it were a variable.
[Sound] S_StartSound(): Failed to load sound 'music\lethal-response.de\leathal-response.de_lauf.mp3'. Can't create mixer.
Tried to look up command say as if it were a variable.
[Sound] S_StartSound(): Failed to load sound 'sound\music\lethal-response.de\leathal-response.de_admin.mp3'. Can't create mixer.
Die Sounds sind bei mir in dem Verzeichniss
sound\music\lethal-response.de\leathal-response.de_admin.mp3
die saysounds.cfg schaut an einem BEispiel bei mir so aus
"lauf" // Word trigger
{
"file" "music/lethal-response.de/leathal-response.de_lauf.mp3" //"file" is always there, next is the filepath (always starts with "sound/")
"admin" "0" //1 is admin only, 0 is anyone (defaults is 0)
"delay" "5" // will delay the sound by 5 seconds (max delay 60 seconds)
"adult" "1" //will announce the sound as ADULT SOUND, hide it from the sounds menu, block the chat output (defaults is 0)
"text" "lauf" // Message to display for this sound
"download" "1" //1 to download the sounds, 0 to not download (default is 1)
}