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)

Allower 09-12-2019 06:06

Re: [Source 2013] Custom Chat Colors
 
Quote:

Originally Posted by FluffyDoggo (Post 2661576)
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"


Try this https://forums.alliedmods.net/showpo...&postcount=413

Dubswitcher 06-24-2020 08:36

Re: [Source 2013] Custom Chat Colors
 
New to AlliedModders. Needed to make an account to post my issue.

I have this installed on my unusual items trade server. Issue is, if I have the mod activated, messages occasionally get doubled or tripled. I'm not sure what could be causing this at all. I had simple chat filter and simple chat colors in but I removed them.


EDIT - I do not know what happened, but it stopped. All I did was "sm plugins reload simple-chatprocessor" and "sm plugins reload custom-chatcolors" and it just stayed normal from there. I double checked that the plugin was up to date by comparing it with the last version uploaded.

enderandrew 06-28-2020 01:02

Re: [Source 2013] Custom Chat Colors
 
Quote:

Originally Posted by P4R4DiSi4C (Post 2512947)
Hello guys,
I needed this plugin to work with the file: admin-groups and colors for CS:GO since it wasn't working when I set the SteamID and basing on the flags isn't that good...

So I took Mitchell modified version (for csgo colors) and this version (that takes groups instead of flags) and I compiled it, and it's working fine:

Mitchell with only csgo colors:
https://forums.alliedmods.net/showpo...postcount=1047

Nanochip with only based groups:
https://forums.alliedmods.net/showpo...postcount=1308

So you can remove anything related to flags in your config and use this .smx and don't forget to make your groups in: admin-groups.cfg

Credits to: Mitchell, Nanochip and Dr. McKay

Regards

The original plugin, and this modified one both fail to compile on SM 1.10 and SM 1.11 throwing the same error initially.

Code:

C:\tf2_server\tf\addons\sourcemod\scripting>spcomp custom-chatcolors.sp
SourcePawn Compiler 1.11.0.6574
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

custom-chatcolors.sp(269) : error 181: function argument named 'recipients' differs from prototype

1 Error.

The line number changes if it is the original or modified, but both are failing here:

Code:

public Action:OnChatMessage(&author, Handle:recipients, String:name[], String:message[]) {

vn_lind 10-11-2020 02:50

Re: [Source 2013] Custom Chat Colors
 
Hello , how can i change the color for the chat between admins ?

https://i.ibb.co/q0mhS7h/121230529-1...54273628-n.jpg

i think it should be done by the custom-chatcolors.cfg but i dont know the exact settings

i have in that file :


Code:

"admin_colors"
{

                "rootadmins"
        {
                "flag"                        "z"
                "tag"                        "(-HEAD*ADMIN-) "
                "tagcolor"                        "#01a2ff"
                "namecolor"                        "#ff0155"
                "textcolor"                        "#00ff78"
        }
        "admins"
        {
                "flag"                        "q"
                "tag"                        "(-ADMIN-) "
                "tagcolor"                        "#1e00ff"
                "namecolor"                        "#ff0000"
                "textcolor"                        "#00ff00"
        }


anybody knows ?

pebn 09-08-2021 03:02

Re: [Source 2013] Custom Chat Colors
 
Is the download link broken? can't seem to get anywhere when i click it.

pebn 09-08-2021 05:20

Re: [Source 2013] Custom Chat Colors
 
Quote:

Originally Posted by pebn (Post 2757239)
Is the download link broken? can't seem to get anywhere when i click it.

Nevermind, it worked when i tried to download it through internet explorer instead of chrome.

Tim q 11-18-2021 12:29

Re: [Source 2013] Custom Chat Colors
 
1 Attachment(s)
I have an issue with this, on my server every message written from dead player is dubled it looks like this

thatonegamer473 09-17-2023 23:39

Re: [Source 2013] Custom Chat Colors
 
hi, i am having trouble getting this plugin to work on my tf2 server. I have checked and both this and simple chat processor are running properly, but my chat dosent change in-game. please help!


All times are GMT -4. The time now is 17:11.

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