Skip to content

DNA-styx/HLStatsX-Top10-Announcer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HLStatsX-Top10-Announcer

GitHub Release Total Downloads Issues GitHub commit activity GitHub last commit GitHub Actions Workflow Status

Setup

databases.cfg

"top10"
	{
		"driver"			"default"
		"host"				"<your database ip or hostname>"
		"database"			"<your hlstatx database name>"
		"user"				"<your database userid>"
		"pass"				"<your database password>"
		//"timeout"			"0"
		"port"				"3306"
	}

Cvars

"sm_top10_hlstatsce_enabled", "1", "Whether this plugin should be enabled"
"sm_top10_hlstatsce_game", buffer, "The shortname found after the game settings for particular servers on admin page"
"sm_top10_hlstatsce_text", "2", "Default message type. 1 = Center, 2 = Hint text, 3 = Regular text. Leave empty for center"
"sm_top10_hlstatsce_sounds", "addons/sourcemod/configs/top10_sounds.kv", "The config file containing the paths of sounds to play when a top10 hlstats player joins the game"

In Game Commands

!settings

Releases

No releases published

Languages

  • SourcePawn 98.6%
  • kvlang 1.4%