Raised This Month: $32 Target: $400
 8% 

[CS:GO] !stickers plugin problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Seqwen
New Member
Join Date: Jan 2021
Old 01-22-2021 , 11:02   [CS:GO] !stickers plugin problem
Reply With Quote #1

Hi guys, I've instelled the stickers plugin to the server(https://forums.alliedmods.net/showthread.php?t=327078). I installed it according to the installation instructions. However when I joined the server the menu show up, but when I wanted to add any sticker, it doesn't appear on the gun. Do anyone know the solution? Thanks
HTML 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"		"default"
        	"host"                "localhost"
        	"database"            "mydb"
        	"user"                "root"
        	"pass"                ""
        	//"timeout"            "0"
        	"port"                "3306"
    	}
}

Last edited by Seqwen; 01-23-2021 at 07:50.
Seqwen is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 01-22-2021 , 11:07   Re: [CS:GO] !stickers plugin problem
Reply With Quote #2

Check your logs for any errors.
TomL. is offline
Seqwen
New Member
Join Date: Jan 2021
Old 01-22-2021 , 15:48   Re: [CS:GO] !stickers plugin problem
Reply With Quote #3

It says: [eItems] 4334 stickers (in 16 sets) synced successfully!,I found this [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed: [2003]: Can't connect to MySQL server on 'localhost' (10061).

Last edited by Seqwen; 01-23-2021 at 07:51.
Seqwen is offline
FuZ!on
Senior Member
Join Date: Aug 2007
Old 01-23-2021 , 10:56   Re: [CS:GO] !stickers plugin problem
Reply With Quote #4

According to your error:
Quote:
Connection to database failed: [2003]: Can't connect to MySQL server on 'localhost' (10061).
It seems like you either do not have a database setup or you incorrectly configured it.

Just a heads up, you should probably post something like this in the plugin's topic for better support on issues specifically for that plugin.
FuZ!on is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:30.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode