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

[Source 2013] Custom Chat Colors


Post New Thread Reply   
 
Thread Tools Display Modes
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 02-03-2015 , 23:58   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1001

Quote:
Originally Posted by delidolu1genc View Post
csgo for not working! I need help.
Quote:
Originally Posted by Dr. McKay View Post
This plugin will never support any CS:GO colors beyond those mentioned above, so stop asking.
__________________
Dr. McKay is offline
Spudder
New Member
Join Date: Feb 2015
Old 02-04-2015 , 16:37   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1002

Can someone please tell me how to give a normal admin a tag, I really don't understand.
Thanks,

~ Spudder
Spudder is offline
2NASTY4U
Senior Member
Join Date: Mar 2014
Old 02-06-2015 , 15:07   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1003

Quote:
Originally Posted by Dr. McKay View Post
I took a glance at the source and... wow. That's pretty terrible.

Toggling sv_cheats resets the value of all cheat cvars. My plugins detect that the value has changed and correct it.

Really, nothing should be turning sv_cheats on. Period. It's just a very very bad idea.
Why do you have FCVAR_CHEAT added to the version cvar? Other authors didn't added this to their version cvars. If you remove this, no spam anymore with bullet time
2NASTY4U is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 02-06-2015 , 19:03   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1004

Quote:
Originally Posted by 2NASTY4U View Post
Why do you have FCVAR_CHEAT added to the version cvar? Other authors didn't added this to their version cvars. If you remove this, no spam anymore with bullet time
I also add this to my version cvars. IIRC, FCVAR_CHEAT helps to prevent modification of the values of these cvars.

If you must, feel free to re-compile his plugin and remove the _CHEAT flag from the cvar. Please also be courteous and change the value of PLUGIN_VERSION to something that indicates the plugin has been modified.

Code:
#define PLUGIN_VERSION		"3.1.0"
to
Code:
#define PLUGIN_VERSION		"3.1.0-custom"
It is not the job of plugin developers to work their own plugins around plugins that are written badly.
__________________
ddhoward is offline
Sw00p
Member
Join Date: Nov 2013
Location: Sweden
Old 02-07-2015 , 07:49   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1005

I cant get this to work o my cs:go server, please help!

Filename: simple-chatprocessor.smx
Title: Simple Chat Processor (Redux) (Process chat and allows other plugins to manipulate chat.)
Author: Simple Plugins, Mini
Version: 1.1.5
URL: http://forums.alliedmods.net
Status: running
Reloads: Map Change if Updated
Timestamp: 04/26/2013 16:24:14
Hash: ceaa295c205cf9182eb59942e8a21c78

Filename: custom-chatcolors.smx
Title: [Source 2013] Custom Chat Colors (Processes chat and provides colors for Source 2013 games)
Author: Dr. McKay
Version: 3.1.0
URL: http://www.doctormckay.com
Status: running
Reloads: Map Change if Updated
Timestamp: 08/30/2014 00:25:41
Hash: 3f4a96df48fe3321bea1552bc877109e

"admin_colors"
{
"STEAM_0:0:13413351"
{
"tag" "[Owner] "
"tagcolor" "G"
"namecolor" "T"
}
"STEAM_0:0:45814194"
{
"tag" "[Admin] "
"tagcolor" "G"
"namecolor" "T"
}
"STEAM_1:0:9190093"
{
"tag" "[Admin] "
"tagcolor" "G"
"namecolor" "T"
}
}

edit: nvm working now

Last edited by Sw00p; 02-07-2015 at 13:10.
Sw00p is offline
Send a message via Skype™ to Sw00p
naturex
Member
Join Date: Jan 2015
Old 02-12-2015 , 05:40   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1006

Hello, I have a problem. When i tipe in the chat somethink, it writes like this:
Quote:
9EC34FAA[ADMIN] 00CCFFName : 000000AAs
I tiped: s
The problem is that color codes doesn't disapear.
Foto:

My custum-chatcolors.cfg:
"admin_colors"
{
"STEAM_mysteamid"
{
"flag" "z"
"tag" "[ADMIN] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
}

Last edited by naturex; 02-12-2015 at 05:42.
naturex is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 02-12-2015 , 10:30   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1007

You cannot, CANNOT, use hex code colors in CS:GO.
Mitchell is offline
rannmann
Junior Member
Join Date: Jan 2013
Old 02-12-2015 , 13:39   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1008

Quote:
Originally Posted by naturex View Post
Hello, I have a problem. When i tipe in the chat somethink, it writes like this:
I tiped: s
The problem is that color codes doesn't disapear.
Foto:

My custum-chatcolors.cfg:
"admin_colors"
{
"STEAM_mysteamid"
{
"flag" "z"
"tag" "[ADMIN] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
}
*cough*

Quote:
Originally Posted by Dr. McKay View Post
This also works on CS:GO, but only "T", "G", and "O" codes can be used.

This plugin will never support any CS:GO colors beyond those mentioned above, so stop asking.

Last edited by rannmann; 02-12-2015 at 13:39.
rannmann is offline
naturex
Member
Join Date: Jan 2015
Old 02-12-2015 , 14:03   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1009

Damn, bro, thanks.
naturex is offline
naturex
Member
Join Date: Jan 2015
Old 02-12-2015 , 14:03   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1010

Is it possible to add more colors?
naturex 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 17:29.


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