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

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


Post New Thread Reply   
 
Thread Tools Display Modes
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 12-01-2018 , 16:48   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #271

Updated to v2.8

The updates have only been to custom-chatcolors-menu

Changes:
  • Fixed bitshift enum - This fixes sm_cccm_enabled values and allows them to be correctly used
  • Improved permission checking on overrides:
    Code:
    sm_ccc // required to use any of the features and below overrides
    sm_ccc_tag
    sm_ccc_name
    sm_ccc_chat
    sm_ccc_hidetags
  • Updated sm_reload_cccm to recheck client access after reloading the config. Note: sm_reloadadmins may be required if a clients access has changed.

CCCM
View plugin changes
.

Last edited by JoinedSenses; 12-01-2018 at 16:53.
JoinedSenses is offline
VladimirTk
Senior Member
Join Date: Apr 2021
Location: Perú - Latino América
Old 04-27-2021 , 12:02   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #272

Quote:
Originally Posted by JoinedSenses View Post
Updated to v2.8

The updates have only been to custom-chatcolors-menu

Changes:
  • Fixed bitshift enum - This fixes sm_cccm_enabled values and allows them to be correctly used
  • Improved permission checking on overrides:
    Code:
    sm_ccc // required to use any of the features and below overrides
    sm_ccc_tag
    sm_ccc_name
    sm_ccc_chat
    sm_ccc_hidetags
  • Updated sm_reload_cccm to recheck client access after reloading the config. Note: sm_reloadadmins may be required if a clients access has changed.

CCCM
View plugin changes
.

Thanks for the update!
I get these logs in errors, can someone help me with this please?((

L 04/27/2021 - 10:53:28: [simple-chatprocessor.smx] [SCP] Translation file is not present
L 04/27/2021 - 10:53:28: [SM] Exception reported: Translation file is not present
L 04/27/2021 - 10:53:28: [SM] Blaming: simple-chatprocessor.smx
L 04/27/2021 - 10:53:28: [SM] Call stack trace:
L 04/27/2021 - 10:53:28: [SM] [0] SetFailState
L 04/27/2021 - 10:53:28: [SM] [1] Line 173, C:\Users\Arron\Documents\GitHub\SM-Custom-ChatColors-Menu\scripting\simple-chatprocessor.sp::OnPluginStart
L 04/27/2021 - 10:53:28: [SM] Unable to load plugin "simple-chatprocessor.smx": Error detected in plugin startup (see error logs)
VladimirTk is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 04-27-2021 , 13:15   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #273

Quote:
Originally Posted by VladimirTk View Post
Thanks for the update!
I get these logs in errors, can someone help me with this please?((

L 04/27/2021 - 10:53:28: [simple-chatprocessor.smx] [SCP] Translation file is not present
Your error states that the translation file is not present. You need to put the custom-chatcolors-menu.phrases.txt file in your translations directory.
PC Gamer is offline
VladimirTk
Senior Member
Join Date: Apr 2021
Location: Perú - Latino América
Old 04-28-2021 , 22:19   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #274

Quote:
Originally Posted by PC Gamer View Post
Your error states that the translation file is not present. You need to put the custom-chatcolors-menu.phrases.txt file in your translations directory.
if it turned out that I had to rename the translation from scp.l4d2.phrases to scp.left4dead2.phrases
But now I have another problem, I tried the plugin for Left 4 Dead 2 and when I used the colors I get this:

9EC34FAA[VIP] Vladimir: !ccc
FF4040Vladimir : Color settings have been updated
vladimir: u
[VIP] FF4040Vladimir : Color settings have been updated
9EC34FAA[VIP]Vladimir : u

when using hexadecimal colors in the game, it does not detect it, but using the letters "O", "T", "G" prints colors like
O = Olive
T = Teamcolor
G = ??
G did not print any color, I thought that by default it would be golden

Hexadecimal:

"admin_colors"
{
"STEAM_0:1:16"
{
"tag" "[BAILOPAN] "
"tagcolor" "O"
}
"VIP"
{
"flag" "a"
"tag" "[VIP] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
}

Using letters:

"admin_colors"
{
"STEAM_0:1:16"
{
"tag" "[BAILOPAN] "
"tagcolor" "O"
}
"VIP"
{
"flag" "z"
"tag" "[VIP] "
"tagcolor" "O"
"namecolor" "T"
"textcolor" "G"
}
}
Attached Thumbnails
Click image for larger version

Name:	Letters config.png
Views:	138
Size:	44.4 KB
ID:	188999   Click image for larger version

Name:	hexadecimal configuration.png
Views:	89
Size:	33.7 KB
ID:	189000  
VladimirTk is offline
Dumar7
New Member
Join Date: Oct 2022
Old 10-12-2022 , 15:37   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #275

my !ccc is not taying after i leave and come back to the server
Dumar7 is offline
gdfsgdfg
Junior Member
Join Date: Jun 2013
Old 10-24-2022 , 14:34   Re: [Source 2009] Custom Chat Colors Menu (v2.2 - 1/27/14)
Reply With Quote #276

Quote:
Originally Posted by JoinedSenses View Post
Updated to v2.8

The updates have only been to custom-chatcolors-menu

Changes:
  • Fixed bitshift enum - This fixes sm_cccm_enabled values and allows them to be correctly used
  • Improved permission checking on overrides:
    Code:
    sm_ccc // required to use any of the features and below overrides
    sm_ccc_tag
    sm_ccc_name
    sm_ccc_chat
    sm_ccc_hidetags
  • Updated sm_reload_cccm to recheck client access after reloading the config. Note: sm_reloadadmins may be required if a clients access has changed.

CCCM
View plugin changes
.
Could this be updated with a way for people to set their tag, its very needed. Since having to do it manually for people is not very feasible.
gdfsgdfg 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 16:05.


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