bhoptimer/addons/sourcemod/configs/shavit-sounds.cfg
2019-04-14 23:35:35 +03:00

21 lines
728 B
INI

// default config.
// modify this plugin and reset the plugin on the server side, or restart the server.
// absolutely DON'T use 'sound/' in the paths
// absolutely DON'T have spaces anywhere in paths
//
// format:
// "record_type" "path/to/sound/file.ext"
//
// first - first record on map and style ever
// personal - personal best
// world - new server WR
// worst - worst record for the track/style
// number - rank on map, only one per rank (example: "1" "shavit/pro.mp3"), will play for every player. overrides others
// noimprovement - time is worse than old PB
"first" "shavit/fr_1.mp3"
"personal" "shavit/pb_1.mp3"
"world" "shavit/wr_1.mp3"
"world" "shavit/wr_2.mp3"
"world" "shavit/wr_3.mp3"
"world" "shavit/wr_4.mp3"