Raised This Month: $51 Target: $400
 12% 

[CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !nametag]


Post New Thread Reply   
 
Thread Tools Display Modes
Alexunder
Member
Join Date: Jun 2018
Old 03-31-2019 , 06:12   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #711

Quote:
Originally Posted by kgns View Post
yes, because i am a clairvoyant
Tell me why can't you answer someone's question secretly?
Is that because of your plugin fame?
Alexunder is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 03-31-2019 , 08:51   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #712

Quote:
Originally Posted by birthdates View Post
Your plugin is crashing my server. Any reason why?
Try posting the error logs of your server, the list of plugins to the list of extensions.

So it and any other user can try to help you and see if it really is something with plugin.

Sometimes it may be something you forgot to configure when you updated the plugin, sourcemod or ptah.
paulo_crash is offline
kgns
Senior Member
Join Date: May 2017
Location: Istanbul, Turkey
Old 04-01-2019 , 04:46   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #713

Quote:
Originally Posted by Alexunder View Post
Tell me why can't you answer someone's question secretly?
Is that because of your plugin fame?
what do you mean by "secretly"?

if someone does not spend half the effort asking a question than i have to spend answering, why would i bother?

that "fame" you're talking about doesn't net me anything, nor i want or need it to. don't gel salty of my responses when people ask for help when in fact they should and could fix their own problems because there is a giant resource center called "alliedmodders forum" that has mostly all the answers.

you expect no one to spend the effort, but somehow i have to for everyone else?
__________________

OyunHost Sunucu Hizmetleri: https://www.oyunhost.net

Last edited by kgns; 04-01-2019 at 04:55.
kgns is offline
manicogaming
AlliedModders Donor
Join Date: Aug 2014
Old 04-01-2019 , 06:29   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #714

I just installed a Dedicated Server on my PC and both of your plugin are giving me an invalid database handle 0 error.

Code:
L 04/01/2019 - 11:55:30: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 04/01/2019 - 11:55:30: [SM] Blaming: gloves.smx
L 04/01/2019 - 11:55:30: [SM] Call stack trace:
L 04/01/2019 - 11:55:30: [SM]   [0] Database.Query
L 04/01/2019 - 11:55:30: [SM]   [1] Line 24, gloves/database.sp::GetPlayerData
L 04/01/2019 - 11:55:30: [SM]   [2] Line 122, gloves.sp::OnClientPostAdminCheck
L 04/01/2019 - 11:55:30: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 04/01/2019 - 11:55:30: [SM] Blaming: weapons.smx
L 04/01/2019 - 11:55:30: [SM] Call stack trace:
L 04/01/2019 - 11:55:30: [SM]   [0] Database.Query
L 04/01/2019 - 11:55:30: [SM]   [1] Line 24, weapons/database.sp::GetPlayerData
L 04/01/2019 - 11:55:30: [SM]   [2] Line 71, weapons/forwards.sp::OnClientPostAdminCheck
L 04/01/2019 - 11:55:30: [SM] Exception reported: Invalid Handle 0 (error 4)
L 04/01/2019 - 11:55:30: [SM] Blaming: weapons.smx
L 04/01/2019 - 11:55:30: [SM] Call stack trace:
L 04/01/2019 - 11:55:30: [SM]   [0] StringMap.GetValue
L 04/01/2019 - 11:55:30: [SM]   [1] Line 49, weapons/hooks.sp::GiveNamedItem
L 04/01/2019 - 11:55:30: [SM] Exception reported: Invalid Handle 0 (error 4)
L 04/01/2019 - 11:55:30: [SM] Blaming: weapons.smx
L 04/01/2019 - 11:55:30: [SM] Call stack trace:
L 04/01/2019 - 11:55:30: [SM]   [0] StringMap.GetValue
L 04/01/2019 - 11:55:30: [SM]   [1] Line 49, weapons/hooks.sp::GiveNamedItem
My 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"
	}
	
	"sql_matches"
	 {
		"driver"            "mysql"
		"host"              "localhost"
		"database"          "db"
		"user"              "root"
		"pass"              ""
		//"timeout"         "0"
		//"port"            "0"
	}
	
	"rankme" 
	 {        
		"driver"  			"mysql"        
		"host"   			"localhost"        
		"database"  		"db"
		"user"   			"root"        
		"pass"   			""        
		//"timeout"   		"0"
		//"port"   			"0" 
	 }
}
Has I know this is most likely a problem on my end and I'm quite new to installing Dedicated Servers I'd like to know if there is anything wrong and how I can fix it. If anything else is needed to debug this issue just tell me and I'll post it.

Last edited by manicogaming; 04-01-2019 at 06:56.
manicogaming is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-01-2019 , 09:30   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #715

Quote:
Originally Posted by manicogmaing View Post
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"
	}
	
	"sql_matches"
	 {
		"driver"            "mysql"
		"host"              "localhost"
		"database"          "db"
		"user"              "root"
		"pass"              ""
		//"timeout"         "0"
		//"port"            "0"
	}
	
	"rankme" 
	 {        
		"driver"  			"mysql"        
		"host"   			"localhost"        
		"database"  		"db"
		"user"   			"root"        
		"pass"   			""        
		//"timeout"   		"0"
		//"port"   			"0" 
	 }
}
Follow the installation process to the letter:
Quote:
Installation
Use this without a GSLT token (LAN server), or use a token service for your servers, or your account will be banned from operating game servers, and a month cooldown from playing the game.
Edit csgo/addons/sourcemod/configs/core.cfg => Change "FollowCSGOServerGuidelines" "yes" to "no"
Install PTaH 1.0.9+ (DOWNLOAD PTaH)
Copy the folder structure to your gameserver.
(OPTIONAL) If you want to use MySQL instead of SQLite (storage-local), edit addons/sourcemod/configs/databases.cfg file and add the MySQL db connection details under "weapons" title, then change "sm_weapons_db_connection" cvar inside cfg/sourcemod/weapons.cfg file to "weapons"
Restart server.
From what I saw in your database.cfg is missing the settings of the weapons and gloves to work.
paulo_crash is offline
manicogaming
AlliedModders Donor
Join Date: Aug 2014
Old 04-01-2019 , 09:32   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #716

Quote:
Originally Posted by paulo_crash View Post
Follow the installation process to the letter:

From what I saw in your database.cfg is missing the settings of the weapons and gloves to work.
Can't I use SQLite in Dedicated Servers?
manicogaming is offline
Cruze
Veteran Member
Join Date: May 2017
Old 04-01-2019 , 09:35   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #717

Quote:
Originally Posted by manicogmaing View Post
Can't I use SQLite in Dedicated Servers?
You can. Add new entry in databases.cfg for this plugin.
__________________
Taking paid private requests! Contact me
Cruze is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-01-2019 , 09:36   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #718

Quote:
Originally Posted by manicogmaing View Post
Can't I use SQLite in Dedicated Servers?
You can, but you still have to configure it.
paulo_crash is offline
manicogaming
AlliedModders Donor
Join Date: Aug 2014
Old 04-01-2019 , 09:40   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #719

Quote:
Originally Posted by paulo_crash View Post
You can, but you still have to configure it.
I was using previously a listen server until it stopped loading extensions due to DLL initialization routine failing and I this db being used for the gloves and weapons plugin:

Code:
"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}
But now since I'm in a Dedicated server I need new DBs?
manicogaming is offline
Aham
Junior Member
Join Date: Apr 2019
Old 04-04-2019 , 18:07   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #720

Please help getting this error when loading into game
SignalXWriteOpportunity(3)
Got pure server whitelist: sv_pure = 1.
Error reading file resource/overviews/de_dust2_radar_spectate.dds.
and then it stops loading(I have checked each plugin, Its just this thats doing it). It was also after the update
Aham is offline
Reply



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 07:44.


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