Chat Sounds adds the ability to play sounds to everyone if you say a certain thing in the game chat.
ex.
Billy: LOL
plays sound: sound/chatsounds/LOL.mp3
example es_list_db.txt (gets created after first run!)
[code]"list"
{
"def"
{
"save" "1"
}
"1"
{
"soundfile" "chatsounds/LOL.mp3"
"trigger" "LOL"
}
"2"
{
"soundfile" "chatsounds/example.mp3"
"trigger" "example"
}
"3"
{
"soundfile" "chatsounds/omfg.mp3"
"trigger" "omfg"
}
}[/code]
Installation
merge files, add es_load chatsounds to your autoexec.cfg and your good!