Skip to content

Database

blankbhop edited this page Jan 7, 2019 · 4 revisions

Import database.sql into a mysql server, and then import whichever zone dump corresponding to the game server you're hosting. Or none if you're not using it for bhop.

Make a new entry to sourcemod/configs/databases.cfg containing -

	"timer"
	{
		"driver"		"default"
		"host"			"hostnamehere"
		"database"		"dbnamehere"
		"user"			"usernamehere"
		"pass"			"passwordhere"
		"port"		   	"porthere"
	}
Clone this wiki locally