Raised This Month: $ Target: $400
 0% 

Say Sounds (including Hybrid Edition) (4.0.8)


Post New Thread Reply   
 
Thread Tools Display Modes
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 11-26-2012 , 13:01   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #891

assuming that you posted your saysound.cfg

Quote:
"cu" // Minimum configuration for sounds
{
"file" "saysound/cu.mp3" // This will set all other options to default values
"flags" "ao"
}
"cu" // Word trigger
{
"file" "misc/wazza.wav" //"file" is always there, next is the filepath (always starts with "sound/")
"admin" "1" // 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" "blablabla" // Message to display for this sound
"download" "1" // 1 to download the sounds, 0 to not download (default is 1)
"flags" "ao" // only clients with either the "a" or the "o" flag will be able to play that sound
}
you got two triggers for "cu"

Try to change one trigger and report if the error is gone. If this isnt your actual saysounds.cfg then post your real one =)
__________________
micazoid is offline
kingpin11
Member
Join Date: Jul 2012
Old 11-26-2012 , 14:37   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #892

HI

the same problem:
Quote:
"Sound Combinations"
{
// #### Join/Exit Sounds ####
"JoinSound" // Sound to play when a player Joins the server
{
"file" "misc/welcome.wav"
"admin" "0"
"text" "blablabla" // Message to display if a client joins the server
"single" "1" // 1 to play sound to single client only, 0 to play to all (default is 1)
"volume" "0.5" // Specify volume for this specific sound
}
"ExitSound"
{
"file" "misc/welcome.wav"
"admin" "0"
"etext" "blablabla" // Message to display if a client leaves the server
"single" "1" // 1 to play sound to single client only, 0 to play to all (default is 0)
"volume" "0.5" // Specify volume for this specific sound
}
"STEAM_0xxxxx" // trigger for specific STEAM ID
{
"file" "misc/myhouse.mp3" // name of sound to play when joining
"exit" "misc/goodbye.mp3" // name of sound to play when leaving
"text" "blablabla" // Message to display if this client joins the server
"etext" "blablabla" // Message to display if this client leaves the server
"admin" "0"
"volume" "0.5" // Specify volume for this specific sound
}

// #### Say Sounds ####
"cu" // Minimum configuration for sounds
{
"file" "misc/saysound/cu.mp3" // This will set all other options to default values
"flags" "ao"
}
"wa" // Word trigger
{
"file" "misc/wazza.wav" //"file" is always there, next is the filepath (always starts with "sound/")
"admin" "1" // 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" "blablabla" // Message to display for this sound
"download" "1" // 1 to download the sounds, 0 to not download (default is 1)
"flags" "ao" // only clients with either the "a" or the "o" flag will be able to play that sound
}
"lol" // Word trigger to randomly select 1 of multiple sounds
{
"file" "misc/lol1.wav" // name of the 1st option, can also be "file1"
"file2" "misc/lol2.wav" // name of the 2nd option
"file3" "misc/lol3.wav"
"file4" "misc/lol4.wav"
"count" "4" // number of sounds (default is 1)
"volume" "0.5" // Specify volume for this specific sound
}
// #### KARAOKE ####
"somesong" // Word trigger for Karaoke
{
"file" "misc/somesong.wav"
"karaoke" "somesong.cfg" // name of config file for karaoke lyrics
}
// ####FernFerret####
// ####Action Sounds####
// New Section showing how to use Action Sounds Extention
// New Parameters:
// - actiononly If this variable is set to 1, the sound cannot be
// played by a menu or a client typing
// - action If the action filled in here is performed, the sound will play
// - param The best way to think of param is "Play Sound if [ACTION] with [PARAM]"
// * Some examples are Flag events**, or weapons***
// - prob The probability of a sound playing, if you want a sound to play 20% of the time
// * the fill in prob as ".2" or the percentage divided by 100
// - playto Play kill events to clients/teams
// * attacker - plays the sound to the attacker
// * victim - plays the sound to the victim
// * both - plays the sound to the attacker and the victim
// * ateam - plays the sound to the attacker team
// * vteam - plays the sound to the victim team
// - Some examples:
//
"rocket" //This example plays a random sound to the victim if he gets killed with a TF2 rocket launcher.
{
"file" "saysound/rocket1.mp3"
"file2" "saysound/rocket2.mp3"
"file3" "saysound/rocket3.mp3"
"count" "3"
"admin" "1"
"actiononly" "1"
"action" "kill"
"param" "tf_projectile_rocket"
"playto" "victim"
}
"invincible"
{
"file" "admin_plugin/invincible.wav"
"admin" "1"
"actiononly" "1"
"action" "uber"
// Note: If the action is uber, you do not need param
// Prob is assumed 1 or 100% if nothing is provied
}
"lightmyfire"
{
"file" "admin_plugin/lmf.wav"
"admin" "1"
"actiononly" "1"
"action" "kill"
"param" "flamethrower"
"prob" ".05"
}
}
need help...
kingpin11 is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 11-26-2012 , 16:05   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #893

You are using this seriously?

Try to delete everything between

"Sound Combinations"
{
}

and start from scratch. There are so many things I can point at that might cause the problem, that deleteing will be the better solution =)
Code:
"Sound Combinations"
{
   "cu" 
   {
      "file" "misc/saysound/cu.mp3" 
      
   }
}
This might be a good start
__________________
micazoid is offline
B_CANSIN
Senior Member
Join Date: Aug 2011
Location: B_CANSIN's SERVERS
Old 12-02-2012 , 11:55   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #894

I couldn't use uber event sound here my code
"uber"
{
"file" "B_CANSIN/invulnerable_on.MP3"
"admin" "0"
"actiononly" "0"
"action" "uber"
"param" "uber"
// Note: If the action is uber, you do not need param
// Prob is assumed 1 or 100% if nothing is provied
}
but when I type uber in chat box it plays but when ubercharge %100 or I pressing ubercharge it won't plays that sound little help?
B_CANSIN is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 12-03-2012 , 20:16   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #895

will this work in CSGO?
__________________
PresidentEvil is offline
salsav91
Senior Member
Join Date: Aug 2012
Location: Where Lollichops sleep
Old 12-03-2012 , 21:17   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #896

I was wondering if their was a parameter for revenge kills and domination's? I have some reaction sounds I would like to use but cant seem to find a option for that.
__________________


Check out my pony animations. http://www.youtube.com/salsav91
salsav91 is offline
Shit on shoe
Senior Member
Join Date: Jul 2010
Old 12-04-2012 , 05:11   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #897

I got errors , i cant find a mistake in the saysound.cfg

Code:
15:27:58: [SM] Native "KvRewind" reported: Invalid key value handle 0 (error 4)
L 12/03/2012 - 15:27:58: [SM] Displaying call stack trace for plugin "saysounds.smx":
L 12/03/2012 - 15:27:58: [SM]   [0]  Line 2110, C:\dev\sourcemod\sourcemod-1.4.1\sourcemod\scripting\saysounds.sp::Command_Say()
L 12/03/2012 - 15:42:59: Error log file session closed.
L 12/03/2012 - 16:33:38: SourceMod error session started
L 12/03/2012 - 16:33:38: Info (map "gg_choppa") (file "errors_20121203.log")
L 12/03/2012 - 16:33:38: [SM] Native "KvRewind" reported: Invalid key value handle 0 (error 4)
L 12/03/2012 - 16:33:38: [SM] Displaying call stack trace for plugin "saysounds.smx":
L 12/03/2012 - 16:33:38: [SM]   [0]  Line 2110, C:\dev\sourcemod\sourcemod-1.4.1\sourcemod\scripting\saysounds.sp::Command_Say()
L 12/03/2012 - 16:47:21: Error log file session closed.
L 12/03/2012 - 16:47:21: SourceMod error session started
L 12/03/2012 - 16:47:21: Info (map "gg_backgarden") (file "errors_20121203.log")
L 12/03/2012 - 16:47:21: [SM] Native "KvRewind" reported: Invalid key value handle 0 (error 4)
L 12/03/2012 - 16:47:21: [SM] Displaying call stack trace for plugin "saysounds.smx":
L 12/03/2012 - 16:47:21: [SM]   [0]  Line 2110, C:\dev\sourcemod\sourcemod-1.4.1\sourcemod\scripting\saysounds.sp::Command_Say()
Here the saysounds.cfg:

Code:
"Sound Combinations"
{
    "JoinSound"
    {
        "file"    "misc/start.mp3"
        "admin"    "0"
        "single" "1"
        "volume" "1.0"
    }
    "kagge"
    {
        "file"    "misc/kagge2.mp3"
        "download" "1"
    }
    "hi"
    {
        "file"    "misc/hi.mp3"
        "download" "1"
    }
    "doh"
    {
        "file"    "misc/doh.wav"
        "download" "1"
    }
    "unfall"
    {
        "file"    "misc/unfall.mp3"
        "download" "1"
    }
    "ahh"
    {
        "file"    "misc/ahh.mp3"
        "download" "1"
    }
    "ali"
    {
        "file"    "misc/ali.wav"
        "download" "1"
    }
    "alki"
    {
        "file"    "misc/alki.wav"
        "download" "1"
    }
    "arsch"
    {
        "file"    "misc/arsch.mp3"
        "download" "1"
    }
    "campa"
    {
        "file"    "misc/campa.wav"
        "download" "1"
    }
    "banga"
    {
        "file"    "misc/banga.mp3"
        "download" "1"
    }
    "beatz2"
    {
        "file"    "misc/beatz2.mp3"
        "download" "1"
    }
    "noob"
    {
        "file"    "misc/noob.wav"
        "download" "1"
    }
    "bekifft"
    {
        "file"    "misc/bekifft.mp3"
        "download" "1"
    }
    "besser"
    {
        "file"    "misc/besser.mp3"
        "download" "1"
    }
    "bild"
    {
        "file"    "misc/bild.wav"
        "download" "1"
    }
    "blabla"
    {
        "file"    "misc/blabla.mp3"
        "download" "1"
    }
    "blind"
    {
        "file"    "misc/blind.wav"
        "download" "1"
    }
    "blitz"
    {
        "file"    "misc/blitz.mp3"
        "download" "1"
    }
    "bloed"
    {
        "file"    "misc/bloed.wav"
        "download" "1"
    }
    "buffen"
    {
        "file"    "misc/buffen.wav"
        "download" "1"
    }
    "buh"
    {
        "file"    "misc/buh.mp3"
        "download" "1"
    }
    "camper"
    {
        "file"    "misc/camper.mp3"
        "download" "1"
    }
    "ganja"
    {
        "file"    "misc/ganja.mp3"
        "download" "1"
    }
    "cheater2"
    {
        "file"    "misc/cheater2.mp3"
        "download" "1"
    }
    "css1"
    {
        "file"    "misc/css1.mp3"
        "download" "1"
    }
    "cu"
    {
        "file"    "misc/cu.mp3"
        "download" "1"
    }
    "waffen"
    {
        "file"    "misc/waffen.mp3"
        "download" "1"
    }
    "drogen"
    {
        "file"    "misc/drogen.mp3"
        "download" "1"
    }
    "was"
    {
        "file"    "misc/was.mp3"
        "download" "1"
    }
    "bekloppt"
    {
        "file"    "misc/bekloppt.mp3"
        "download" "1"
    }
    "feige"
    {
        "file"    "misc/feige.mp3"
        "download" "1"
    }
    "fotzn"
    {
        "file"    "misc/fotzn.mp3"
        "download" "1"
    }
    "frust"
    {
        "file"    "misc/frust.mp3"
        "download" "1"
    }
    "fu"
    {
        "file"    "misc/fu.mp3"
        "download" "1"
    }
    "furz"
    {
        "file"    "misc/furz.mp3"
        "download" "1"    
    }
    "gcss"
    {
        "file"    "misc/gcss.mp3"
        "download" "1"
    }
    "geil"
    {
        "file"    "misc/geil.wav"
        "download" "1"
    }
    "glotze"
    {
        "file"    "misc/glotze.mp3"
        "download" "1"
    }
    "gluck"
    {
        "file"    "misc/gluck.mp3"
        "download" "1"
    }
    "granate"
    {
        "file"    "misc/granate.mp3"
        "download" "1"
    }
    "haf"
    {
        "file"    "misc/haf.wav"
        "download" "1"
    }
    "haha"
    {
        "file"    "misc/haha.mp3"
        "download" "1"    
    }
    "hallo"
    {
        "file"    "misc/hallo.mp3"
        "download" "1"
    }
    "hals"
    {
        "file"    "misc/hals.mp3"
        "download" "1"
    }
    "high"
    {
        "file"    "misc/high.wav"
        "download" "1"
    }
    "hinne"
    {
        "file"    "misc/hinne.mp3"
        "download" "1"
    }
    "hio"
    {
        "file"    "misc/hio.mp3"
        "download" "1"
    }
    "holly"
    {
        "file"    "misc/holly.mp3"
        "download" "1"
    }
    "jaja"
    {
        "file"    "misc/jaja.wav"
        "download" "1"
    }
    "haue"
    {
        "file"    "misc/haue.mp3"
        "download" "1"
    }
    "heim"
    {
        "file"    "misc/heim.mp3"
        "download" "1"
    }
    "hier"
    {
        "file"    "misc/hier.wav"
        "download" "1"
    }
    "jawol"
    {
        "file"    "misc/jawol.mp3"
        "download" "1"
    }
    "jep"
    {
        "file"    "misc/jep.mp3"
        "download" "1"
    }
    "ka"
    {
        "file"    "misc/ka.mp3"
        "download" "1"
    }
    "kinder"
    {
        "file"    "misc/kinder.mp3"
        "download" "1"
    
    }
    "klar"
    {
        "file"    "misc/klar.mp3"
        "download" "1"
    }
    "krank"
    {
        "file"    "misc/krank.wav"
        "download" "1"
    }
    "krieg"
    {
        "file"    "misc/krieg.mp3"
        "download" "1"
    }
    "lass"
    {
        "file"    "misc/lass.wav"
        "download" "1"
    }
    "liste"
    {
        "file"    "misc/liste.wav"
        "download" "1"
    }
    "luck"
    {
        "file"    "misc/luck.wav"
        "download" "1"
    }
    "flame"
    {
        "file"    "misc/flame.mp3"
        "download" "1"
    }
    "maul"
    {
        "file"    "misc/maul.mp3"
        "download" "1"
    }
    "oman"
    {
        "file"    "misc/oman.mp3"
        "download" "1"
    }
    "meins"
    {
        "file"    "misc/meins.wav"
        "download" "1"
    }
    "messer"
    {
        "file"    "misc/messer.mp3"
        "download" "1"
    }
    "mhm"
    {
        "file"    "misc/mhm.mp3"
        "download" "1"
    }
    "muh"
    {
        "file"    "misc/muh.wav"
        "download" "1"
    }
    "morgen"
    {
        "file"    "misc/morgen.mp3"
        "download" "1"
    }
    "ding"
    {
        "file"    "misc/ding.mp3"
        "download" "1"
    }
    "n1"
    {
        "file"    "misc/n1.mp3"
        "download" "1"
    }
    "nabend"
    {
        "file"    "misc/nabend.mp3"
        "download" "1"
    }
    "nana"
    {
        "file"    "misc/nana.wav"
        "download" "1"
    }
    "nein"
    {
        "file"    "misc/nein.mp3"
        "download" "1"
    }
    "nene"
    {
        "file"    "misc/nene.mp3"
        "download" "1"
    }
    "nice"
    {
        "file"    "misc/nice.mp3"
        "download" "1"
    }
    "blute"
    {
        "file"    "misc/blute.mp3"
        "download" "1"
    }
    "noobs"
    {
        "file"    "misc/noobs.mp3"
        "download" "1"
    }
    "np"
    {
        "file"    "misc/np.mp3"
        "download" "1"
    }
    "obacht"
    {
        "file"    "misc/obacht.wav"
        "download" "1"
    }
    "och"
    {
        "file"    "misc/och.mp3"
        "download" "1"
    }
    "ono"
    {
        "file"    "misc/ono.wav"
        "download" "1"
    }
    "tk"
    {
        "file"    "misc/tk.wav"
        "download" "1"
    }
    "schwein"
    {
        "file"    "misc/schwein.mp3"
        "download" "1"
    }
    "profi"
    {
        "file"    "misc/profi.mp3"
        "download" "1"
    }
    "scooter"
    {
        "file"    "misc/scooter.mp3"
        "download" "1"
    }
    "puls"
    {
        "file"    "misc/puls.wav"
        "download" "1"
    }
    "rambo"
    {
        "file"    "misc/rambo.mp3"
        "download" "1"
    }
    "ratte"
    {
        "file"    "misc/ratte.mp3"
        "download" "1"
    }
    "rofl"
    {
        "file"    "misc/rofl.mp3"
        "download" "1"
    }
    "ruelps"
    {
        "file"    "misc/ruelps.wav"
        "download" "1"
    }
    "runde"
    {
        "file"    "misc/runde.mp3"
        "download" "1"
    }
    "sau"
    {
        "file"    "misc/sau.mp3"
        "download" "1"
    }
    "stuhl"
    {
        "file"    "misc/stuhl.mp3"
        "download" "1"
    }
    "wtf"
    {
        "file"    "misc/wtf.mp3"
        "download" "1"
    }
    "schnauze"
    {
        "file"    "misc/schnauze.mp3"
        "download" "1"
    }
    "selber"
    {
        "file"    "misc/selber.wav"
        "download" "1"
    }
    "ton"
    {
        "file"    "misc/ton.mp3"
        "download" "1"
    }
    "shit"
    {
        "file"    "misc/shit.wav"
        "download" "1"
    }
    "sorry"
    {
        "file"    "misc/sorry.mp3"
        "download" "1"
    }
    "sry"
    {
        "file"    "misc/sry.wav"
        "download" "1"
    }
    "tach"
    {
        "file"    "misc/tach.wav"
        "download" "1"
    }
    "reicht"
    {
        "file"    "misc/reicht.mp3"
        "download" "1"
    }
    "thx"
    {
        "file"    "misc/thx.mp3"
        "download" "1"
    }
    "wie"
    {
        "file"    "misc/wie.mp3"
        "download" "1"
    }
    "win"
    {
        "file"    "misc/win.mp3"
        "download" "1"
    }
    "wirt"
    {
        "file"    "misc/wirt.mp3"
        "download" "1"
    }
    "wo"
    {
        "file"    "misc/wo.mp3"
        "download" "1"
    }
    "vater"
    {
        "file"    "misc/vater.mp3"
        "download" "1"
    }
    "zau"
    {
        "file"    "misc/zau.wav"
        "download" "1"
    }
    "zefix"
    {
        "file"    "misc/zefix.mp3"
        "download" "1"
    }
    "zielen"
    {
        "file"    "misc/zielen.wav"
        "download" "1"
    }
    "zivi"
    {
        "file"    "misc/zivi.mp3"
        "download" "1"
    }
    "zoggen"
    {
        "file"    "misc/zoggen.mp3"
        "download" "1"
    }
    "on"
    {
        "file"    "misc/on.wav"
        "download" "1"
    }
    "camper2"
    {
        "file"    "misc/camper2.mp3"
        "download" "1"
    }
    "halt"
    {
        "file"    "misc/halt.mp3"
        "download" "1"
    }
    "hart"
    {
        "file"    "misc/hart.mp3"
        "download" "1"
    }
    "hauweg"
    {
        "file"    "misc/hauweg.mp3"
        "download" "1"
    }
    "power"
    {
        "file"    "misc/power.mp3"
        "download" "1"
    }
    "jah"
    {
        "file"    "misc/jah.wav"
        "download" "1"
    }
    "kaputt"
    {
        "file"    "misc/kaputt.mp3"
        "download" "1"
    }
    "lol"
    {
        "file"    "misc/lol.mp3"
        "file2"    "misc/lol2.mp3"
        "file3"    "misc/lul.mp3"
        "file4"    "misc/hehe.mp3"
        "count"    "4"
        "volume" "1.0"
    }
    "keine"
    {
        "file"    "misc/keine.mp3"
        "download" "1"
    }
    "maden"
    {
        "file"    "misc/maden.mp3"
        "download" "1"
    }
    "rocke"
    {
        "file"    "misc/rocke.mp3"
        "download" "1
    }
}
would be nice ,if anyone can tell me whats wrong ?
__________________
Shit on shoe is offline
Miss.Xantis
Senior Member
Join Date: Oct 2009
Old 12-04-2012 , 10:56   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #898

Quote:
"Sound Combinations"
{
"ow" { "file" "admin_plugin/action/neu/ow.mp3" "admin" "1" "actiononly" "1" "action" "kill" "param" "hegrenade" }
"gc_pfeil" { "file" "admin_plugin/action/neu/gc_pfeil.mp3" "admin" "1" "actiononly" "1" "action" "kill" "param" "scout" }
"kaffee" { "file" "admin_plugin/action/neu1/kaffee.mp3" "admin" "1" }
"auch" { "file" "admin_plugin/action/neu1/auch.mp3" "admin" "1" }
"dance" { "file" "admin_plugin/action/neu1/uurr.mp3" "admin" "1" }
"spass" { "file" "admin_plugin/action/neu1/spass.mp3" }
"stresss" { "file" "admin_plugin/action/neu1/stress.mp3" }
"stressen" { "file" "admin_plugin/action/neu1/stressen.mp3" }
"kotz" { "file" "admin_plugin/action/neu1/kotz.mp3" }
"panik" { "file" "admin_plugin/action/neu1/panik.mp3" }
}
My saysounds.cfg look like this. Itīs easyier to read and understand.
Everything works fine. Itīs just a small part, not the hole saysound.cfg
__________________

Last edited by Miss.Xantis; 12-04-2012 at 11:03.
Miss.Xantis is offline
frickentrevor
Junior Member
Join Date: Sep 2011
Location: OnPluginStart()
Old 12-04-2012 , 13:01   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #899

The files download and everything works, except you cant hear anything and I get an invalid_handle error for all my sounds. My server has sv_pure 0 and even all the files have been white listed, but they still dont play.

Here is my config:
Code:
"Sound Combinations"
{
     "JoinSound" 
    {
        "file"    "tf/sound/sfg/join.mp3"
        "admin"    "0"
        "single" "0"
        "volume" "1.0" 
    }
    "ExitSound"
    {
        "file"    "tf/sound/sfg/leave.mp3"
        "admin"    "0"
        "single"   "0" 
        "volume"  "1.0"
        "download" "1"
    }
    "million"  
    {
        "file"    "tf/sound/sfg/million.mp3"
        "single" "0"
        "volume" "1.0" 
        "download" "1"
    }
    "smalltime"
    {
        "file"    "tf/sound/sfg/smalltime.mp3"
        "single" "0" 
        "volume" "1.0" 
        "download" "1"  
    }
    "wubs"
    {
        "file"    "tf/sound/sfg/wubs.mp3"
        "single" "0" 
        "volume" "1.0"
        "download" "1" 
    }

}
frickentrevor is offline
daad
Member
Join Date: Nov 2011
Location: Kentucky
Old 12-07-2012 , 15:00   Re: Say Sounds (including Hybrid Edition) (4.0.6)
Reply With Quote #900

Hello Forum,

I have been using this plugin for a couple years now with no problems. I am running four Linux rented HL2DM servers with the same saysound cfg and sound folders. Several updates ago (lost track) I started having issues with sounds not playing sometimes. The player making the sound trigger always hears the sound but other players may not. Very random and not always the same sound file. The plugin is always printing the trigger in the chatbox for all to see but you may or may not hear. I am not getting any saysound errors in logs. Wonder if anyone else has seen the problem.
Attached Files
File Type: cfg saysounds.cfg (17.8 KB, 229 views)
File Type: cfg sm_saysounds.cfg (3.3 KB, 198 views)
daad is offline
Send a message via Skype™ to daad
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode