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

[CS:GO/L4D1/L4D2] Weapon Charms (1.19) [24-Nov-2023]


Post New Thread Reply   
 
Thread Tools Display Modes
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 03-02-2021 , 01:16   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.12) [15-Feb-2021]
Reply With Quote #81

Got this error today (it is rare to occur, but reporting just in case)

Code:
Exception reported: Invalid database Handle 0 (error: 4)
Blaming: charms.smx
Call stack trace:
[0] Database.Format
[1] Line 1110, charms.sp::SavePreferences
[2] Line 1043, charms.sp::OnClientDisconnect
Probably just a null handle check may fix it.
__________________

Last edited by Marttt; 03-02-2021 at 01:16.
Marttt is offline
hoyxen
Member
Join Date: Mar 2021
Old 03-02-2021 , 04:37   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.12) [15-Feb-2021]
Reply With Quote #82

I saw that there are no translations in Portuguese, so here they are.
Attached Files
File Type: txt charms.phrases.txt (1,014 Bytes, 33 views)
__________________

Last edited by hoyxen; 03-02-2021 at 04:38.
hoyxen is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 03-04-2021 , 03:08   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.13) [04-Mar-2021]
Reply With Quote #83

Quote:
Originally Posted by eyal282 View Post
This is after equipping the Usp-S.
The USP-S should be blocked like other weapons that share the same classname. I cannot test.


Quote:
Originally Posted by Sandervraun View Post
The plugin didn't work when I attempted playing around with it
Need more details, such as game, error logs, SM version etc. Works for me and others...


Quote:
Originally Posted by hoyxen View Post
I saw that there are no translations in Portuguese, so here they are.
Thank you! Added.


Quote:
Originally Posted by Marttt View Post
Got this error today (it is rare to occur, but reporting just in case)

Code:
Exception reported: Invalid database Handle 0 (error: 4)
Blaming: charms.smx
Call stack trace:
[0] Database.Format
[1] Line 1110, charms.sp::SavePreferences
[2] Line 1043, charms.sp::OnClientDisconnect
Probably just a null handle check may fix it.
Thank you! Fixed:

Code:
1.13 (04-Mar-2021)
    - Added an extra check in case the database had not connected. Thanks to "Marttt" for reporting.
    - Added Portuguese translations. Thanks to "hoyxen" for providing.
__________________
Silvers is offline
AlexAlcala
Member
Join Date: May 2019
Location: Perú
Old 04-16-2021 , 05:34   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.14) [12-Apr-2021]
Reply With Quote #84

Here I leave the translation in Spanish.

NOTE: "CHARM" translated into Spanish means something magical, so it was adapted to the proper translation
Attached Files
File Type: txt charms.phrases.txt (1,015 Bytes, 33 views)
AlexAlcala is offline
V0L4OK
New Member
Join Date: May 2021
Old 05-13-2021 , 06:24   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.12) [15-Feb-2021]
Reply With Quote #85

Found a bug in the cs go game, if you take a weapon in your left hand. Hands are missing and there are no key chains

V0L4OK is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-13-2021 , 08:27   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.12) [15-Feb-2021]
Reply With Quote #86

Quote:
Originally Posted by V0L4OK View Post
Found a bug in the cs go game, if you take a weapon in your left hand. Hands are missing and there are no key chains

Sadly this is one of the issues with this method, maybe if the correct method is ever figured out it would mirror the charm position correctly. Nothing can be done to fix this if I remember rightly. I'll put a note about that in the first post.
__________________
Silvers is offline
weffer
Member
Join Date: Oct 2020
Old 05-14-2021 , 17:30   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.14a) [20-Apr-2021]
Reply With Quote #87

Error translation in spanish.



grees or green ?
weffer is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-14-2021 , 22:11   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.14a) [20-Apr-2021]
Reply With Quote #88

Quote:
Originally Posted by weffer View Post
Error translation in spanish.
Thank you, fixed.

Code:
1.14b (15-May-2021)
    - L4D2: Fixed the Rifle weapon positions in 3rd person view.
    - Config file "charms.data.l4d2.cfg" has been updated.

    - Fixed bad translations data. Thanks to "weffer" for reporting.
    - Translation file "translations/es/charms.phrases.txt" has been updated.
__________________
Silvers is offline
Darkwob
BANNED
Join Date: Oct 2018
Old 06-22-2021 , 20:56   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.14b) [15-May-2021]
Reply With Quote #89

Silver, what is this sql connect name?

not this

Quote:
"charms"
{
"driver" "mysql"
"host" ""
"database" ""
"user" ""
"pass" ""
}
because I am still getting this error.

Quote:
charms.smx ([CS:GO/L4D1/L4D2] Weapon Charms): Missing database entry "charms" from your servers "sourcemod/configs/databases.cfg" file.
Darkwob is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 06-22-2021 , 21:07   Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.14b) [15-May-2021]
Reply With Quote #90

This is what I'm using

Code:
	"charms"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
__________________
Silvers 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 22:36.


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