Skip to content

rogeraabbccdd/SaySound-Lite-Lite-Edition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

SaySound-Lite-Lite-Edition

SourceMod / SayCommand plugin.

Description

A lite version of http://casko.adam.ne.jp/script.html

cfg Format

  • "file" File path of sound file, relative path from csgo/sound.
  • "text" Text of saysounds.

cfg Sample

"Sound Combinations"
{
	"foo"
	{
		"file"	"misc/test/foo.mp3"
  "text" "this is foo message"
	}
	"foobar"
	{
		"file"	"misc/test/bar.mp3"
	}
}

About

SourceMod / SayCommand plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SourcePawn 100.0%