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

[Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)


Post New Thread Reply   
 
Thread Tools Display Modes
Mr.bones
Junior Member
Join Date: Jul 2014
Old 08-07-2014 , 21:07   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #221

Okay this is my database I am running mysql through Xampp and my database is called cccm what did i do wrong the colors wont save when I add them

"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"
}

"cccm"
{
"driver" "mysql"
"host" "localhost"
"database" "cccm"
"user" "root"
"pass" "censourced"
}



}
Mr.bones is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 08-07-2014 , 21:45   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #222

I don't see anything wrong with your database. Do a "sm plugins list" and put the out put down.

Btw put [code ] [/code ] around your code. Makes it much nicer looking
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
Mr.bones
Junior Member
Join Date: Jul 2014
Old 08-08-2014 , 08:13   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #223

Quote:
Originally Posted by jpwanabe View Post
I don't see anything wrong with your database. Do a "sm plugins list" and put the out put down.

Btw put [code ] [/code ] around your code. Makes it much nicer looking
So ccc should make its own tables in the mysql?
Mr.bones is offline
Mr.bones
Junior Member
Join Date: Jul 2014
Old 08-08-2014 , 10:02   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #224

[SM] Listing 37 plugins:
01 "Admin File Reader" (1.6.0) by AlliedModders LLC
02 "Admin Help" (1.6.0) by AlliedModders LLC
03 "Admin Menu" (1.6.0) by AlliedModders LLC
04 "Adver" by ShadowDragon
05 "Anti-Flood" (1.6.0) by AlliedModders LLC
06 "[TF2] backpack.tf Price Check" (2.7.2) by Dr. McKay
07 "Basic Ban Commands" (1.6.0) by AlliedModders LLC
08 "Basic Chat" (1.6.0) by AlliedModders LLC
09 "Basic Comm Control" (1.6.0) by AlliedModders LLC
10 "Basic Commands" (1.6.0) by AlliedModders LLC
11 "Basic Info Triggers" (1.6.0) by AlliedModders LLC
12 "Basic Votes" (1.6.0) by AlliedModders LLC
13 "Client Preferences" (1.6.0) by AlliedModders LLC
14 "Custom Chat Colors Menu" (2.1) by ReFlexPoison
15 "[Source 2009] Custom Chat Colors" (3.0.1) by Dr. McKay
16 "FragRadio SourceMod Plugin" (1.4.5) by BomBom - Dunceantix
17 "Fun Commands" (1.6.0) by AlliedModders LLC
18 "Fun Votes" (1.6.0) by AlliedModders LLC
19 "[Any] Deluxe Godmode" (2.3.1) by DarthNinja
20 "kson.smx"
21 "MuteAllButAdmins" (1.0) by Stds! Gotta Catchem All
22 "Nextmap" (1.6.0) by AlliedModders LLC
23 "Player Commands" (1.6.0) by AlliedModders LLC
24 "Reserved Slots" (1.6.0) by AlliedModders LLC
25 "Resize Players" (1.4.1) by 11530
26 "TF2: Roll the Dice" (0.4.4.2) by linux_lover ([email protected])
27 "Scrap.TF" (1.4.0) by Geel9 & Jessecar96
28 "Simple Chat Processor (Redux)" (1.1.5) by Simple Plugins, Mini
29 "Player-Teleport by Dr. HyperKiLLeR" (1.2.0.0) by Dr. HyperKiLLeR
30 "Sound Commands" (1.6.0) by AlliedModders LLC
31 "Spray Tracer" (5.8a) by Nican132, CptMoore, Lebson506th
32 "[DEV] TF2ItemsInfo" (1.8.17.7-20131121) by Leonardo
33 "[TF2Items] Manager" (1.4.1) by Damizean & Asherkin
34 "[TF2] Rate of Fire" (1.2) by EHG
35 "[TF2] Thirdperson" (2.1.0) by DarthNinja
36 "Unusual" (2.15.0) by Erreur 500
37 "Vote Mute/Vote Silence" (1.0.105) by <eVa>Dog/AlliedModders LLC

There u go all there of the dependencies are listed it still dosent save the colors
Mr.bones is offline
Newbie1992
Senior Member
Join Date: Jan 2013
Location: Germany
Old 11-22-2014 , 02:18   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #225

Hi,

The plugin does not remove the color correctly after I removed the player from the vip list flag 'a'

See here: http://cloud-4.steampowered.com/ugc/...EC767EF29F33C/

Would this be possible to fix?

Thanks!
__________________
Newbie1992 is offline
Newbie1992
Senior Member
Join Date: Jan 2013
Location: Germany
Old 11-30-2014 , 13:37   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #226

Hi,

A friend made me a privat fix for it.

Best regards,
Newbie1992
Attached Files
File Type: sp Get Plugin or Get Source (custom-chatcolors-menu.sp - 110 views - 30.6 KB)
File Type: smx custom-chatcolors-menu.smx (18.8 KB, 108 views)
__________________
Newbie1992 is offline
taRik
AlliedModders Donor
Join Date: Apr 2010
Old 12-02-2014 , 18:35   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #227

Does this support CSGO?
taRik is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 12-02-2014 , 22:35   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #228

Quote:
Originally Posted by taRik View Post
Does this support CSGO?
No.
__________________
Dr. McKay is offline
Snowie
Member
Join Date: Dec 2014
Location: Melbourne, Victoria, Aus
Old 01-07-2015 , 03:48   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #229

Hi guys. I am having an issue with this plugin. I want my VIP members to access the /ccc menu. I used admin override and set sm_ccc to flag q (custom VIP flag). My VIP members are still not able to access the menu even after sm_reloadadmins, sm_reloadccc, and rcon sm plugins reload custom-chatcolors-menu.smx

please help~

-Snowie ;D
Snowie is offline
Send a message via Skype™ to Snowie
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 01-07-2015 , 05:00   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #230

check the configs on the server itself if they have the override in it. Then just do a sm_who on the server to see if they actually do have the correct flag too.
__________________
Arguing with a fool only proves there are two
snelvuur 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 06:21.


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