AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [Source 2013] Custom Chat Colors (https://forums.alliedmods.net/showthread.php?t=186695)

Fizzy Momo 09-25-2018 21:15

Re: [Source 2013] Custom Chat Colors
 
Quote:

Originally Posted by JoinedSenses (Post 2616795)
Fizzy Momo, you're missing a quotation mark on the Steam id at the end

The problem is, most of them in that list don't work. Only the [Owner] and [Admin] tags work. Do I need to put non admin or owner tags in their own sections? Also, [Admin] tags suddenly just lost their hexcoloring despite it working like, 2 hours ago.

ddhoward 09-25-2018 21:31

Re: [Source 2013] Custom Chat Colors
 
Quote:

Originally Posted by Fizzy Momo (Post 2616797)
The problem is, most of them in that list don't work. Only the [Owner] and [Admin] tags work. Do I need to put non admin or owner tags in their own sections? Also, [Admin] tags suddenly just lost their hexcoloring despite it working like, 2 hours ago.

Did you fix the problem that we pointed out?

turkcodec 09-26-2018 12:43

Re: [Source 2013] Custom Chat Colors
 
CS GO version of plugin still work? It was working but with the dev build of sourcemod and metamod stops working? There is no any error but it is not working.

Fizzy Momo 09-26-2018 17:47

Re: [Source 2013] Custom Chat Colors
 
Quote:

Originally Posted by ddhoward (Post 2616798)
Did you fix the problem that we pointed out?

Yeah, took like 2 seconds, but most of the tags just don't work still

Allen DN 12-20-2018 18:50

Re: [Source 2013] Custom Chat Colors
 
Does anyone know how to fix this that comes out on my tf2 server?

L 12/20/2018 - 20:07:02: [SM] Exception reported: Fatal error creating dynamic native!
L 12/20/2018 - 20:07:02: [SM] Blaming: custom-chatcolors.smx
L 12/20/2018 - 20:07:02: [SM] Call stack trace:
L 12/20/2018 - 20:07:02: [SM] [0] CreateNative
L 12/20/2018 - 20:07:02: [SM] [1] Line 55, D:\Libraries\Documents\Repos\Public Plugins\scripting\custom-chatcolors.sp::AskPluginLoad2
L 12/20/2018 - 20:07:02: [SM] Failed to load plugin "custom-chatcolors.smx": unexpected error 23 in AskPluginLoad callback.

cigzag 02-08-2019 18:43

Re: [Source 2013] Custom Chat Colors
 
2 Attachment(s)
Hey, made a plugin which allows to change there tags on the fly, users that don't have access to /admin will not be able to change there tags to anything related to "Owner, Admin or Moderator"

The tags automatically get wrapped in brackets, I may update it to the prefix style can be changed.

sm_tag <tag> (Does not allow spaces)
sm_resettag

The tags get saved using client preferences, resetting the tag to the default players value, also removes the color.

Hoto Cocoa 03-10-2019 01:22

Re: [Source 2013] Custom Chat Colors
 
Can someone make a database version?

JoinedSenses 03-10-2019 10:13

Re: [Source 2013] Custom Chat Colors
 
Custom Chat Colors menu uses ccc as its base and stores player prefs in a db.

Ejziponken 04-17-2019 22:49

Re: [Source 2013] Custom Chat Colors
 
I have a weird problem with this plugin. Im using Mitchells CSGO version. And its not working correctly. If I give my self reserved slot the VIP tag or colors does NOT work. But if I give my self Z in sourcebans it does give me the admin tag and colors.

The really weird part is that if I use the command sm_reloadccc it works with VIP tag and colors.. But if I restart the server, it stops working again until i use sm_reloadccc...


My flags:
Code:

2. krEJZi                                      res
My config:
Code:

"admin_colors"
{
        "admins"
        {
                "flag"                                "c"
                "tag"              "[Admin] "
                "tagcolor"          "{02}"
                "namecolor"                        "{0B}"
                "textcolor"                        "{0A}"
        }
        "vip"
        {
                "flag"                                "a"
                "tag"              "[VIP] "
                "tagcolor"          "{10}"
                "namecolor"                        "{06}"
                "textcolor"                        "{0D}"
        }
}

If I remove "admins" the VIP works.

Plugins loaded:
Code:

09 "Simple Chat Processor (Redux)" (2.1.0) by Simple Plugins, Mini
15 "[Source 2013] Custom Chat Colors" (3.1.2-CSGO) by Dr. McKay | Mitchell


FluffyDoggo 08-02-2019 14:26

Re: [Source 2013] Custom Chat Colors
 
I tried installing both CCC and SCP, but when i do "sm plugins refresh", CCC sent this code:
Code:

sm plugins info custom-chatcolors
  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
  Error: Could not find required plugin "scp"



All times are GMT -4. The time now is 04:01.

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