PDA

View Full Version : [Release] [Store] Chat Color (1.2) - csgo


wyd3x
05-31-2015, 15:01
Newest source code available on GitHub (https://github.com/wyd3x/store-chatcolors)

This plugin created by thetwistedpanda (https://forums.alliedmods.net/member.php?u=41467), i just fixed it for csgo and added new native to get support from the new webpanel.
Compiled with sm 1.7!
Description:

This plugin allows players to buy custom chat colors in the store. The colors purchased are applied to the player's message after their name.


Requirements:

CSGO Server
SourceMod 1.7 or later version(not tried on older versions).
Store 1.2.4b+ (not tried on older versions).
Simple Chat Processor (Redux)
SMJansson


Installation:

Download the attached store-chatcolors.zip archive and extract to your sourcemod folder intact. Then open your store web panel, navigate to Import/Export System under the Tools menu, and import configs/store/json-import/chatcolor.json

Adding more colors:

We not able to add custom colors, sorry. The game limits us at this point.

Attached Files not updated, check the GitHub

SaBaToN
06-13-2015, 13:51
you have a bug if you do retry the chat color Disappeared

Robin955
06-24-2015, 18:10
titles for csgo? and namecolors?

DarkDeviL
06-25-2015, 10:00
titles for csgo? and namecolors?

Nope, if you read the text, this one says chat color, to be applied to the message AFTER their name.

Robin955
06-25-2015, 18:11
Nope, if you read the text, this one says chat color, to be applied to the message AFTER their name.
http://i.imgur.com/Xc3zdlf.png

lantecer
06-25-2015, 19:25
The plugin doesn't load for me.
I am using SourceMod 1.7.3-dev+5214.
No error logs.

DarkDeviL
06-25-2015, 19:35
http://i.imgur.com/Xc3zdlf.png

Ok, so I have to quote the AlliedModders Rules (https://forums.alliedmods.net/misc.php?do=showrules) to you:
Do not post or attach illegal content, or links to illegal content, including viruses, trojans, and malware.You're posting links to an illegal copy of my smiley, please cease your abuse immediately.

The plugin doesn't load for me.
I am using SourceMod 1.7.3-dev+5214.
No error logs.

Without any errors or similar detailed information, I'm afraid it will be impossible to help you.

wyd3x
06-26-2015, 02:12
titles for csgo? and namecolors?
Not yet.

The plugin doesn't load for me.
I am using SourceMod 1.7.3-dev+5214.
No error logs.


You uploaded the json file to web panel?
You changed map?

if yes, check folder: logs/store/error
and check logs about store. if you had something about the chat, please paste it here.

freak.exe_uLow
06-29-2015, 06:53
Hey thanks for this Plugin and i have a little error...:/

here my Error: http://pastebin.com/QbGcmmYL

nguyenbaodanh
06-29-2015, 22:39
my errors
server CSGO.

L 06/30/2015 - 09:00:52: SourceMod error session started
L 06/30/2015 - 09:00:52: Info (map "kz_christmas") (file "errors_20150630.log")
L 06/30/2015 - 09:00:52: [sourcecomms.smx] You must set valid `ServerID` value in sourcebans.cfg!
L 06/30/2015 - 09:31:34: [SM] Native "Store_GetServerID" reported: Invalid ServerID currently set, please check core configuration file field 'server_id'.
L 06/30/2015 - 09:31:34: [SM] Displaying call stack trace for plugin "store-backend.smx":
L 06/30/2015 - 09:31:34: [SM] [0] Line 1880, D:\SourcePawn\store\scripting\store-backend.sp::Native_RegisterPluginModule()
L 06/30/2015 - 09:31:34: [SM] Native "Store_RegisterPluginModule" reported: Error encountered while processing a dynamic native
L 06/30/2015 - 09:31:34: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 06/30/2015 - 09:31:34: [SM] [0] Line 45, C:\sourcemod-projects\store\store-chatcolor.sp::OnPluginStart()

Drixevel
06-29-2015, 23:56
my errors
server CSGO.

L 06/30/2015 - 09:00:52: SourceMod error session started
L 06/30/2015 - 09:00:52: Info (map "kz_christmas") (file "errors_20150630.log")
L 06/30/2015 - 09:00:52: [sourcecomms.smx] You must set valid `ServerID` value in sourcebans.cfg!
L 06/30/2015 - 09:31:34: [SM] Native "Store_GetServerID" reported: Invalid ServerID currently set, please check core configuration file field 'server_id'.
L 06/30/2015 - 09:31:34: [SM] Displaying call stack trace for plugin "store-backend.smx":
L 06/30/2015 - 09:31:34: [SM] [0] Line 1880, D:\SourcePawn\store\scripting\store-backend.sp::Native_RegisterPluginModule()
L 06/30/2015 - 09:31:34: [SM] Native "Store_RegisterPluginModule" reported: Error encountered while processing a dynamic native
L 06/30/2015 - 09:31:34: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 06/30/2015 - 09:31:34: [SM] [0] Line 45, C:\sourcemod-projects\store\store-chatcolor.sp::OnPluginStart()


Set your ServerID in your 'core.cfg' file to something other than -1.

nguyenbaodanh
06-30-2015, 05:55
Set your ServerID in your 'core.cfg' file to something other than -1.

I run multiple servers on the same machine, will this affect to anything else ? because it says -1 is for pace holder. ?

wyd3x
06-30-2015, 10:55
I run multiple servers on the same machine, will this affect to anything else ? because it says -1 is for pace holder. ?

Now its not affect.


Hey thanks for this Plugin and i have a little error...:/

here my Error: http://pastebin.com/QbGcmmYL


I wrote the plugin for the newest store version, i think you use old, right?

freak.exe_uLow
06-30-2015, 10:59
I wrote the plugin for the newest store version, i think you use old, right?

No, i use the new on github.
https://github.com/Drixevel/store

nguyenbaodanh
07-02-2015, 01:17
I've got plugin run well but why I can't see my colors when chat ?

all chat is still default white of csgo .

wyd3x
07-02-2015, 03:57
No, i use the new on github.
https://github.com/Drixevel/store

try re-install the store.
I've got plugin run well but why I can't see my colors when chat ?

all chat is still default white of csgo .
you have installed "Simple Chat Processor (Redux)"?
if yes, on plugin load please check logs and give us your errors.

nguyenbaodanh
07-02-2015, 07:33
I've Simple Chat Processor.
here's my log

L 07/02/2015 - 15:33:08: SourceMod error session started
L 07/02/2015 - 15:33:08: Info (map "de_favela") (file "errors_20150702.log")
L 07/02/2015 - 15:33:08: [SM] Plugin encountered error 7: Invalid index or index not found
L 07/02/2015 - 15:33:08: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Moon Ngu<1033><BOT><>.
L 07/02/2015 - 15:33:08: [SM] Displaying call stack trace for plugin "store/store-chatcolor.smx":
L 07/02/2015 - 15:33:08: [SM] [0] Line 86, C:\sourcemod-projects\store\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 07/02/2015 - 16:32:32: Error log file session closed.

Robin955
07-05-2015, 19:51
once i added simple chatcolor redux the plugin stopped working.

so csgo, simple chatcolor redux, smjanson, latest store 1.2.4B+ and latest webpanel, but not working.

L 07/05/2015 - 19:36:30: [SM] [0] Line 45, C:\sourcemod-projects\store\store-chatcolor.sp::OnPluginStart()
L 07/05/2015 - 19:36:34: [SM] Native "json_typeof" reported: Invalid <JSON Object> handle 0 (error 4)

Arrow768
07-06-2015, 10:51
I run multiple servers on the same machine, will this affect to anything else ? because it says -1 is for pace holder. ?

Yes.

The Server ID will be used for the following:
* Restricting Items / Categories by Server.
- You cant restrict items / categories by a specific server if you use the same ID twice

* Saving the currently installed module versions into the db.
- The updater in the webpanel might suggest wrong updates , ...

Robin955
07-06-2015, 11:47
i got latest webpanel beta, the only new thing identicating any numbers is priority, thats more like sorting out items in the menu.
this is the serverID aswell?

btw got the plugin working.

Arrow768
07-06-2015, 12:39
i got latest webpanel beta, the only new thing identicating any numbers is priority, thats more like sorting out items in the menu.
this is the serverID aswell?

btw got the plugin working.

Nah, you havnt got the latest beta.
Thats the latest beta: https://github.com/SourceMod-Store/WebPanel-Core
And the serverid is implemented there.

It WONT be added to the old webpanel, because the old webpanel will only receive bug fixes until the new webpanel is out of beta.

Once its out of beta there wont be any development for the old webpanel.

If you got further questions about the webpanel, please use the proper thread. (https://forums.alliedmods.net/showthread.php?t=261738)

nguyenbaodanh
07-07-2015, 04:05
Yes.

The Server ID will be used for the following:
* Restricting Items / Categories by Server.
- You cant restrict items / categories by a specific server if you use the same ID twice

* Saving the currently installed module versions into the db.
- The updater in the webpanel might suggest wrong updates , ...

How about my error logs ? I've set the serverID already. but seem not to work. I'm not sure what I missed

Arrow768
07-07-2015, 12:08
How about my error logs ? I've set the serverID already. but seem not to work. I'm not sure what I missed

I am no longer developing sm plugins since a few years.
So I am the wrong person to ask.

If its a webpanel problem (thats not answered in the F.A.Q. or cant be answered via the search function) then I am happy to help out.
But that isnt the case

Robin955
07-07-2015, 13:22
would love to compile this plugin myself but,
Also this plugin doesn't save inventory, on every mapchange you have to re-equip the chatcolor. someone able to update that?

http://i.imgur.com/vjeGySs.png

Drixevel
07-10-2015, 03:29
would love to compile this plugin myself but,
Also this plugin doesn't save inventory, on every mapchange you have to re-equip the chatcolor. someone able to update that?

http://i.imgur.com/vjeGySs.png

You need to update SMJansson Include to the latest version.

Robin955
07-12-2015, 04:53
already did it and then tried to recompile, same error

edit, mao i swear i did it. solved.
https://github.com/thraaawn/SMJansson

LtDoomY
07-31-2015, 21:00
nvm fixed it xD

-snip-

LeetDonkey
08-05-2015, 00:54
Hello

When I put the store-chatcolor.smx in my plugins directory it doesn't load and I get theese errors in the error log:

L 08/04/2015 - 21:52:41: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 08/04/2015 - 21:52:41: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 08/04/2015 - 21:52:41: [SM] [0] Line 1881, D:\SourcePawn\store\scripting\store-backend.sp::Native_RegisterPluginModule()
L 08/04/2015 - 21:52:41: [SM] Native "Store_RegisterPluginModule" reported: Error encountered while processing a dynamic native
L 08/04/2015 - 21:52:41: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 08/04/2015 - 21:52:41: [SM] [0] Line 45, C:\sourcemod-projects\store\store-chatcolor.sp::OnPluginStart()

If I remove store-chatcolor.smx I get no errors.
I'm not sure why the store-backend is throwing a 'invalid database handle' at me when trying to use the chatcolor plugin?

I'm running store version 1.2.4b and WebPanel Version 1.2.10 sourcemod is version 1.7.2-dev+5201
I have correctly imported the json file into the store

Can anyone tell me what I'm doing wrong? Thanks

bebe9b
10-28-2015, 15:27
remove plugins custom-chatcolors-csgo.smx , fix

wyd3x
12-25-2015, 03:14
+Added all supported colors
*Renamed colors

available on GitHub

XiiooX
12-26-2015, 05:06
My Error


L 12/26/2015 - 11:04:00: Info (map "surf_tensile_njv") (file "errors_20151226.log")
L 12/26/2015 - 11:04:00: [SM] Line 64: Section beginning without a matching ending
L 12/26/2015 - 11:04:00: [SM] Unable to load plugin "smjansson.test.smx": Native "json_load_ex" was not found
L 12/26/2015 - 11:04:06: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/26/2015 - 11:04:06: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Chris<40><BOT><>.
L 12/26/2015 - 11:04:06: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/26/2015 - 11:04:06: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/26/2015 - 11:04:06: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/26/2015 - 11:04:06: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Chris<40><BOT><>.
L 12/26/2015 - 11:04:06: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/26/2015 - 11:04:06: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/26/2015 - 11:04:06: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/26/2015 - 11:04:06: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Chris<40><BOT><>.
L 12/26/2015 - 11:04:06: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/26/2015 - 11:04:06: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()


Server Linux
Store 1.2 Final
Web Panel 1.2.12

wyd3x
12-27-2015, 04:00
My Error


L 12/26/2015 - 11:04:00: Info (map "surf_tensile_njv") (file "errors_20151226.log")
L 12/26/2015 - 11:04:00: [SM] Line 64: Section beginning without a matching ending
L 12/26/2015 - 11:04:00: [SM] Unable to load plugin "smjansson.test.smx": Native "json_load_ex" was not found
L 12/26/2015 - 11:04:06: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/26/2015 - 11:04:06: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Chris<40><BOT><>.
L 12/26/2015 - 11:04:06: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/26/2015 - 11:04:06: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/26/2015 - 11:04:06: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/26/2015 - 11:04:06: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Chris<40><BOT><>.
L 12/26/2015 - 11:04:06: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/26/2015 - 11:04:06: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/26/2015 - 11:04:06: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/26/2015 - 11:04:06: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Chris<40><BOT><>.
L 12/26/2015 - 11:04:06: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/26/2015 - 11:04:06: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()


Server Linux
Store 1.2 Final
Web Panel 1.2.12

Updated on GitHub (new Branch: fix-bots (https://github.com/wyd3x/store-chatcolors/tree/fix-bots))
.
Please try it and notify if its fixed or not.

XiiooX
12-27-2015, 13:51
Updated on GitHub (new Branch: fix-bots (https://github.com/wyd3x/store-chatcolors/tree/fix-bots))
.
Please try it and notify if its fixed or not.


L 12/27/2015 - 19:49:12: [SM] Unable to load plugin "smjansson.test.smx": Native "json_load_ex" was not found
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()


Still not working :/ no color :(

wyd3x
12-27-2015, 13:55
L 12/27/2015 - 19:49:12: [SM] Unable to load plugin "smjansson.test.smx": Native "json_load_ex" was not found
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 86, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()


Still not working :/ no color :(

Sorry, i didn`t update the plugins folder.
Try now

XiiooX
12-27-2015, 16:14
Sorry, i didn`t update the plugins folder.
Try now

Still get a Error Log, but Plugin Works now. lol :D

DarkDeviL
12-27-2015, 23:46
Still get a Error Log, but Plugin Works now. lol :D

Have you considered sharing the error log?

If you don't, it would be hard for the authors to fix...

XiiooX
12-28-2015, 04:26
Have you considered sharing the error log?

If you don't, it would be hard for the authors to fix...

Its everytime the same Error just other Line


L 12/27/2015 - 19:49:12: [SM] Unable to load plugin "smjansson.test.smx": Native "json_load_ex" was not found
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()

wyd3x
12-28-2015, 07:58
Its everytime the same Error just other Line


L 12/27/2015 - 19:49:12: [SM] Unable to load plugin "smjansson.test.smx": Native "json_load_ex" was not found
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()
L 12/27/2015 - 19:49:20: [SM] Plugin encountered error 7: Invalid index or index not found
L 12/27/2015 - 19:49:20: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Andy<160><BOT><>.
L 12/27/2015 - 19:49:20: [SM] Displaying call stack trace for plugin "store-chatcolor.smx":
L 12/27/2015 - 19:49:20: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()


Fixed,
I checked it on my home server, its work fine :)
check the "bots-fix" like before

Dim_oK
02-20-2016, 19:23
Errors, CS:GO SourceMod (1.7.3-dev+5294) linux


L 02/20/2016 - 17:52:32: [SM] Plugin encountered error 7: Invalid index or index not found
L 02/20/2016 - 17:52:32: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Tseik<291><STEAM_ID_PENDING><>.
L 02/20/2016 - 17:52:32: [SM] Displaying call stack trace for plugin "store/store-chatcolor.smx":
L 02/20/2016 - 17:52:32: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()

L 02/21/2016 - 03:31:26: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 02/21/2016 - 03:31:26: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 02/21/2016 - 03:31:26: [SM] [0] Line 1781, D:\SourcePawn\store\scripting\store-backend.sp::Store_Local_TQuery()
L 02/21/2016 - 03:31:26: [SM] [1] Line 1831, D:\SourcePawn\store\scripting\store-backend.sp::Native_RegisterPluginModule()
L 02/21/2016 - 03:31:26: [SM] Native "Store_RegisterPluginModule" reported: Error encountered while processing a dynamic native
L 02/21/2016 - 03:31:26: [SM] Displaying call stack trace for plugin "store/store-chatcolor.smx":
L 02/21/2016 - 03:31:26: [SM] [0] Line 45, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::OnPluginStart()



I don't work all colors except green, blue and red. Sometimes the menu closes when you select a color.

pls fix)

wyd3x
02-21-2016, 03:09
Errors, CS:GO SourceMod (1.7.3-dev+5294) linux


L 02/20/2016 - 17:52:32: [SM] Plugin encountered error 7: Invalid index or index not found
L 02/20/2016 - 17:52:32: [SM] Native "Store_GetClientAccountID" reported: Error retrieving client Steam Account ID Tseik<291><STEAM_ID_PENDING><>.
L 02/20/2016 - 17:52:32: [SM] Displaying call stack trace for plugin "store/store-chatcolor.smx":
L 02/20/2016 - 17:52:32: [SM] [0] Line 91, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::Store_OnClientLoadoutChanged()

L 02/21/2016 - 03:31:26: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 02/21/2016 - 03:31:26: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 02/21/2016 - 03:31:26: [SM] [0] Line 1781, D:\SourcePawn\store\scripting\store-backend.sp::Store_Local_TQuery()
L 02/21/2016 - 03:31:26: [SM] [1] Line 1831, D:\SourcePawn\store\scripting\store-backend.sp::Native_RegisterPluginModule()
L 02/21/2016 - 03:31:26: [SM] Native "Store_RegisterPluginModule" reported: Error encountered while processing a dynamic native
L 02/21/2016 - 03:31:26: [SM] Displaying call stack trace for plugin "store/store-chatcolor.smx":
L 02/21/2016 - 03:31:26: [SM] [0] Line 45, C:\Users\γιειγ\Documents\GitHub\store-chatcolors\scripting\store-chatcolor.sp::OnPluginStart()



I don't work all colors except green, blue and red. Sometimes the menu closes when you select a color.

pls fix)

What you store version?

Dim_oK
02-21-2016, 12:51
What you store version?

1.2 Final Release

MaloModo
03-06-2016, 14:33
I am just going to post this here as it "might" help someone else. I installed this and like others was getting "nothing" for colors. But I happen to be running cksurf on the same server and:

// (1 / 0) Enable or disable ckSurfs chat processing.
// -
// Default: "1"
ck_chat_enable "0"

was screwing with it. Once disabled seems to working fine. Thx.

herthes
07-03-2016, 09:45
L 07/03/2016 - 15:43:40: [SM] Exception reported: Invalid Handle 0 (error 4)
L 07/03/2016 - 15:43:40: [SM] Blaming: store-chatcolor.smx()
L 07/03/2016 - 15:43:40: [SM] Call stack trace:
L 07/03/2016 - 15:43:40: [SM] [0] GetTrieValue
L 07/03/2016 - 15:43:40: [SM] [1] Line 111, C:\sourcemod-projects\store\store-chatcolor.sp::OnGetPlayerChatColor()
L 07/03/2016 - 15:43:40: [SM] [3] Call_Finish
L 07/03/2016 - 15:43:40: [SM] [4] Line 1389, D:\SourcePawn\store\scripting\store-backend.sp::SQLCall_GetEquippedItemsByType()
L 07/03/2016 - 15:43:40: [SM] Exception reported: Invalid Handle 0 (error 4)
L 07/03/2016 - 15:43:40: [SM] Blaming: store-chatcolor.smx()
L 07/03/2016 - 15:43:40: [SM] Call stack trace:
L 07/03/2016 - 15:43:40: [SM] [0] GetTrieValue
L 07/03/2016 - 15:43:40: [SM] [1] Line 111, C:\sourcemod-projects\store\store-chatcolor.sp::OnGetPlayerChatColor()
L 07/03/2016 - 15:43:40: [SM] [3] Call_Finish
L 07/03/2016 - 15:43:40: [SM] [4] Line 1389, D:\SourcePawn\store\scripting\store-backend.sp::SQLCall_GetEquippedItemsByType()
L 07/03/2016 - 15:43:43: World triggered "Round_Start"



Got some problems with this plugin... and it's the only one on my server. Please help me.

nvm reinstalled everything and now it's working lol.

Robin955
09-01-2016, 14:30
not working here, got redux and smjansson
it just gives me
L 09/01/2016 - 20:28:38: [SM] [5] Line 45, C:\sourcemod-projects\store\store-chatcolor.sp::OnPluginStart()
L 09/01/2016 - 20:28:38: [SM] Unable to load plugin "store plugins\store-chatcolor.smx": Error detected in plugin startup (see error logs)
L 09/01/2016 - 20:28:38: [simple-chatprocessor.smx] [SCP] Recognized mod [Counter-Strike: GO].
L 09/01/2016 - 20:28:38: [simple-chatprocessor.smx] [SCP] Loading translation file [scp.csgo.phrases].