View Single Post
kochifish
Junior Member
Join Date: Feb 2016
Old 11-29-2022 , 22:51   Re: [L4D2] Statistic and Ranking System (SRS) [v2.5 | 17 March 2022]
Reply With Quote #62

I modified this to use MYSQL database. Make sure youre using MYSQL 8 otherwise it will throw an error.
pan0s if you find this inappropriate please remove it. Thank you!

make sure you setup databases.cfg

Code:
	"l4d2_srs"
	{
		"driver"			"default"
		"host"				"youserverip"
		"database"			"databasename"
		"user"				"databaseuser"
		"pass"				"databasepassword"
	}
Attached Files
File Type: smx l4d2_srs.smx (47.0 KB, 102 views)
File Type: sp Get Plugin or Get Source (l4d2_srs.sp - 129 views - 87.6 KB)
kochifish is offline