[CSS/CSGO/ANY?] SLAYER Custom MVP Anthem (Kento_MVP)

SL@Y3R

Member
Messages
5
[CSS/CSGO/ANY?]

SLAYER Custom MVP Anthem (Kento_MVP)

Description:
Allow player to set Custom MVP Anthem. I ported this CSGO MVP Plugin to CSS. And also added new features to it. I hope you Like it :)

New Features:
1. Announcement of playing MVP Anthem both in Chat and Hint Messages. (Configured from CFG)
2. Allows the Player to Preview MVP before Selecting it if he wants. You can also configure the preview time of the MVP or Disallow players to preview MVP from CFG File.
3. Allows the player to Choose the same MVP that another player has.
4. Players can also choose Random MVP every time option. Which plays MVP randomly when the player becomes MVP. (Plugin Choose MVP randomly from those MVPs to which the player has access)
5. New Category of Premium MVPs in MVP menu. Only those players can use Premium MVPs if they have certain Admin Flags which are set in the MVP Songs Configuration File. In Premium MVP Menu only those Premium MVPs will show to the player to which he has access. If the player doesn't have any admin flag then no Premium MVPs will show in Menu.
6. you can allow a Premium MVP to the player by his Steam ID (You can allow many players as you want)
7. You can add more MVPs or Change the admin Flags of MVPs without changing the Map or Restarting the Server. Just paste this command "sm_mvp_refresh" in Server Console after adding MVPs.
8. You can change the Chat Messages or Menu Items Name from the translation File.
9. Support morecolors.inc for CSS

Installation:
For CSS:
1. Upload files to your server.
2. Edit addons/sourcemod/configs/SLAYER_Mvp.cfg if you want to add more MVP anthems, and don't forget to upload your file to both server and fastdl.
3. Change Map or Restart Server.

For CSGO:
1. Install this https://github.com/Franc1sco/FixHintColorMessages
2. Upload files to your server.
3. Edit addons/sourcemod/configs/SLAYER_Mvp.cfg if you want to add more MVP anthems, and don't forget to upload your file to both server and fastdl.
4. Change Map or Restart Server.

Commands:
PHP:
!mvp // To open MVP Main Menu.
!mvpvol <volume> // To change Listening volume of MVP from 0.0-1.0
sm_mvp_refresh // To Reload MVP Configuration File. Only for Admin with RCON access

Games:
Counter-Strike: Source (Personally Tested ON)
Counter-Strike: Global Offensive
Team Fortress 2 (Maybe! Not tested) if you want to test on tf2 then Download [CSS] SLAYER MVP.zip from below. According to Code, it should work.

ConVars:
PHP:
// This file was auto-generated by SourceMod (v1.10.0.6460)
// ConVars for plugin "SLAYER_Mvp.smx"


// Announcement of playing MVP Anthem in (1 = Chat, 2 = Hint, 3 = Both)
// -
// Default: "3"
mvp_announce_type "3"

// Default MVP anthem volume.
// -
// Default: "1.0"
// Minimum: "0.000000"
// Maximum: "1.000000"
mvp_defaultvol "1.0"

// Enable/Disable SLAYER MVP plugin. (0 = Disabled, 1 = Enabled)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
mvp_enabled "1"

// Allow player to Preview MVP? (0 = No, 1 = Yes)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
mvp_preview "1"

// MVP Anthem Preview Time in Seconds
// -
// Default: "10.0"
// Minimum: "1.000000"
mvp_preview_time "10.0"

Configuration File:
PHP:
**********************************************************************************************************
  Note: if you add any 'flag' or 'steam id' in MVP then the MVP will shown in 'Premium MVPs' in MVP Menu
**********************************************************************************************************
"[VIP] Ahzee - Go Gyal (slowed & reverb)" // Name of the MVP show in Menu
{
    "file"        "slayer/mvp/Ahzee - Go Gyal (slowed & reverb).mp3" // Path of the MVP file
    "flag"        "a" // Players with these admin flags can use this MVP
    "steamid" // And Players with these Steam IDs can also use this MVP
    {
        "1"     "STEAM_0:0:1502300338"
        "2"     "STEAM_0:1:867393630"
    }
}

Screenshots:
Custom MVP Antum Main Menu:
1.jpg

Volume Menu:
2.jpg

MVP Selection Main Menu:
3.jpg

Premium MVP Selection Menu:
4.jpg

Select Other Players MVP Menu:
5.jpg

MVP Announcement in Chat:
mvp.jpg

Need More MVPs?
There are already 25 MVPs in the file.
Do you need more MVPs? No problem, I have 100 more awesome MVPs for you. Download them from here.

Donate:
If you like my work, you can donate me via Steam Trade Offer

Download:
Download
 
Last edited:
Back
Top