View Single Post
XHUNTERX
Senior Member
Join Date: Aug 2019
Location: World
Old 06-12-2020 , 08:54   Re: [CS:GO] Sanky Sounds ( CHAT SOUNDS for FLAGS / Sank Sounds rewrited )
Reply With Quote #10

Code:
"SankSounds"
{
    "word" // chat trigger
    {
    	"file"	"sank/word.mp3" // path to your file, withouth sound/
    }

    "second word|a sentence can be considered a sound" // you can use "|" to separate 2 chat triggers (sounds) that use the same sound file
    {
    	"file"	"sank/sentence.mp3" // path to your file, withouth sound/
    	"flag"	"a"  //  Can you separate the flag property for each word?
    }
}
XHUNTERX is offline