Support the author: DonationAlerts
CounterStrikeSharp plugin to play cool musics when a round ends.
- Turn on/off music playback
- Enable/disable notifications at the end of the round
- Two sounds selection modes: in order and random ("random_selection_mode" in config to true for random or false for in order)
- Listen to the last track
- Multi language (default English and Russian but you can add new)
!res / css_res
| Main plugin menu
In few:
- Create addon with your songs and post him in workshop Example SoundEvents addon file
- Add the addon to the server using MultiAddonManager
- Configure the Round End Sound config
"music_list": [
{
"name": "Test track 1",
"path": "sounds/music/res_1.vsnd_c"
},
{
"name": "Test track 2",
"path": "sounds/music/res_2.vsnd_c"
}
]
- Rework random sound selection logic
- Add "in order" sound selection mode
- Refactoring repository and rework SQL queries constants
- Add menu point to view all songs
- Аdd a scheduler and command to clear old players
- Create instructions for assembling your workshop addon with music