View Single Post
putsuke
New Member
Join Date: Nov 2020
Old 11-09-2020 , 07:23   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #156

I installed the plugin and all dependencies correctly but as some people reported the stickers don't save.

The server is from cshost and I just have access to the control panel, the owner of the server is a close friend but I don''t think this is relevant.

I have a poor english and almost 0 coding knowledge, so I couldn't understand or do anything with this link you send to someone on a reply
https://www.cloudways.com/blog/connect-mysql-with-php/

Log:
Code:
L 11/09/2020 - 07:14:17: [csgo_weaponstickers.smx] (WeaponStickers) Reconnecting...

L 11092020 - 070436 [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed Could not find driver mysql

databases.cfg:
Code:
"Databases"
{
	"driver_default"		"mysql"
	
	// When specifying "host", you may use an IP address, a hostname, or a socket file path
	
	"default"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}

	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
    "csgo_weaponstickers"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "mydb"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        "port"                "3306"
I hope you can help me, I send you an steam invite, if you help me out there or here as well I will be extremely grateful. Forgive me for any English or formatting errors.

Last edited by putsuke; 11-09-2020 at 08:15.
putsuke is offline