[CS:GO] Hunger Games Beacon
ABOUT:This plugin is a very useful server tool which will beacon the last remaining players in order to expedite the ending of a round. The sprite used in the beacon can be seen through walls, which makes the beacons easy to see. This plugin isn't specifically exclusive to just the Hunger Games mod, as many different types of servers use it as well.
CVARS:
This plugin will create sm_beacon.cfg in /csgo/cfg/sourcemod/ on its first time being ran, and the following cvars will be run from it. (This is straight out of the file)
Code: Select all
// This file was auto-generated by AutoExecConfig read and append beta
// ConVars for plugin "hungergamesbeacon.smx"
// Headline's Beacon Plugin: Version
// -
// Default: "1.4.3"
beacon_version "1.4.3"
// Enables and disables the beacon plugin
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_beacon_enabled "1"
// Allow "Headline" to be added to the server tags?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_tag_enabled "0"
// Sets the ammount of players for when the beacon should start
// -
// Default: "2"
// Minimum: "0.000000"
// Maximum: "32.000000"
sm_players_for_beacon "4"
// Enables and disables the beacon plugin's chat colors
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_beacon_color "1"
// Sets the radius for the beacon's rings.
// -
// Default: "750"
// Minimum: "50.000000"
// Maximum: "1500.000000"
sm_beacon_radius "750"
// Sets the thickness for the beacon's rings.
// -
// Default: "10"
// Minimum: "10.000000"
// Maximum: "30.000000"
sm_beacon_width "10"
// Sets the amount of time (in seconds) until the beacon gets manually turned on (set to 0 to disable)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "600.000000"
sm_beacon_timelimit "0"
// If it is = 1, players will be warned to not delay the round when beacons start
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_warn_players "0"
CREDITS:sm_beaconall - Beacons all players regardless of which state the plugin is in
sm_stopbeacon - Removes all beacons regardless of which state the plugin is in
DownloadSpecial shout out to the people that helped me when I was stuck and guided me in the right path. ThatOneGuy, you have helped me so much I can't take credit for this plugin without mentioning you for always keeping me organized, efficient, and non-autistic.