-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7257ee
commit ca46c93
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# RoundEndSound | ||
# RoundEndSound | ||
|
||
**Support the author: [DonationAlerts](https://www.donationalerts.com/r/gleb_khlebov)** | ||
|
||
**CounterStrikeSharp plugin to play cool musics when a round ends.** | ||
|
||
## Features | ||
- Turn on/off music playback | ||
- Enable/disable notifications at the end of the round | ||
- Listen to the last track | ||
- Multi language (default English and Russian, but you can add new) | ||
|
||
## Commands | ||
- `!res / css_res` | Main plugin menu | ||
|
||
## How i can add music to server? | ||
For example: | ||
- Create addon with your songs and post him in workshop | ||
- Add the addon to the server using [MultiAddonManager](https://github.com/Source2ZE/MultiAddonManager) | ||
- Configure the Round End Sound config | ||
```json | ||
"music_list": [ | ||
{ | ||
"name": "Test track 1", | ||
"path": "sounds/music/res_1.vsnd_c" | ||
}, | ||
``` | ||
|
||
## To do... | ||
- [ ] Add menu point to view all songs | ||
|
||
|
||
|
||
|