Raised This Month: $ Target: $400
 0% 

[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 08-18-2012 , 15:48   Re: [Source 2009] Custom Chat Colors
Reply With Quote #151

Give me sm plugins list.

Try removing every section except your Steam ID, see what happens.
__________________
Dr. McKay is offline
dave_with_beer_bottle
Senior Member
Join Date: Jul 2009
Old 08-19-2012 , 11:58   Re: [Source 2009] Custom Chat Colors
Reply With Quote #152

Hi there, got some errors ,just wondering if anyone have fix
its in TF2 used to work fine before MvM have linux and runing SM 1.4.5-hg3537.tar.gz really doesn't matter tried from 1.4.5 all the way up to 1.5.0 - 3612
Code:
27 <Error> "[TF2/CS:S] Custom Chat Colors" (1.4.0) by Dr. McKay
L 08/19/2012 - 03:32:33: [SM] Displaying call stack trace for plugin "custom-chatcolors.smx":
L 08/19/2012 - 03:32:33: [SM]   [0]  Line 59, D:\Libraries\Documents\Dropbox\SourceMod Plugins\Released\custom-chatcolors.sp::LoadConfig()
L 08/19/2012 - 03:32:33: [SM]   [1]  Line 47, D:\Libraries\Documents\Dropbox\SourceMod Plugins\Released\custom-chatcolors.sp::OnPluginStart()
dave_with_beer_bottle is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-19-2012 , 12:07   Re: [Source 2009] Custom Chat Colors
Reply With Quote #153

Looks like you left out a line from the error log, but I'm going to guess you didn't install the config file.
__________________
Dr. McKay is offline
dave_with_beer_bottle
Senior Member
Join Date: Jul 2009
Old 08-19-2012 , 12:30   Re: [Source 2009] Custom Chat Colors
Reply With Quote #154

hi McKay, i do have the config in/orangebox/tf/addons/sourcemod/configs , as i said it worked just fine before the MvM update, well that update broke like everything had to uninstall few extensions sdkhooks and every related plugin ,tf2items and every related plugin since those just kept crashing the servers like once every hour
Code:
//        ************************************************************************
//        *************************************************************************
//        Simple Chat Colors Config File
//        Description:
//                 Changes the colors of players chat based on config file
//        *************************************************************************
//        *************************************************************************
//        This file is part of Simple Plugins project.
//        
//        This plugin is free software: you can redistribute 
//        it and/or modify it under the terms of the GNU General Public License as
//        published by the Free Software Foundation, either version 3 of the License, or
//        later version. 
//
//        This plugin is distributed in the hope that it will be useful,
//        but WITHOUT ANY WARRANTY; without even the implied warranty of
//        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//        GNU General Public License for more details.
//
//        You should have received a copy of the GNU General Public License
//        along with this plugin.  If not, see <http://www.gnu.org/licenses/>.
//        *************************************************************************
//        *************************************************************************
//        How to edit this file:
//        "admin_colors"                                        <--    Leave this alone
//        {                                                                <--    Add all groups/steamids after first bracket (Leave this alone)
//                                                                            
//            "STEAM_0:1:1234567"                        <--    Here is a steamid example with a tag (don't duplicate steamids)
//            {
//                "namecolor"        "{T}"                        <--    This is the color for the name
//                "textcolor"        "{N}"                        <--    This is the color of the text
//            }
//
//            "groupname"                                            <--    This can either be a steamid for a specific player, or a group name
//            {                                                            <--    Open the group
//                "flag"                "z"                            <--    This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
//                "tag"                "[admin]"                    <--    This is the text for the tag
//                "tagcolor"        "{G}"                        <--    This is the color for the tag
//                "namecolor"        "{G}"                        <--    This is the color for the name
//                "textcolor"        "{N}"                        <--    This is the color of the text
//            }                                                            <--    Close the group
//        }                                                                <--    Add all groups/steamids before last bracket (Leave this alone)
//
//        NOTE:
//        If you don't enter a steamid then the group name does not matter, it's just for your reference.
//
//        For a better understanding of what these colors mean, how they work, and on what games, see this link:
//        http://forums.alliedmods.net/showpost.php?p=1398702&postcount=2
//        Thanks to everyone working on the smlib for the great .inc files!
//
//        --------ORDER OF OPERATIONS--------
//        
//        The order in which you place items in the config file matters.  Here is what determins what color they get:
//        1. SteamID
//            If there is a steamid present, it will always override everything.  If you put a steamid in twice
//            then the first entry (top to bottom) will be used. (I think, just don't do it!)
//        2. Groups
//            The plugin will search (top to bottom) for a postitive match for the flag string.  The player' flags
//            will be compared with the group flag string, and if the player has all the flags, it will stop there.
//            For example. Admins with the "ad" flags and donators with the "a" flag.  If you place the "a" flag group
//            above the "d" group then the admin will get the "a" colors. Order matters.  
//            You can use more than 1 flag for the group. You could have made the admin group with the "ad" flag,
//            but it will always take the first match.
//
//        ---------DO NOT EDIT ABOVE THIS LINE---------
"admin_colors"
{
    "Admins"
    {
        "flag"                        "d"
        "tag"                        "[A]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
    }
    "A-VIP"
    {
        "flag"                        "c"
        "tag"                        "[A-VIP]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
        "textcolor"            "{OG}"
    }
    "VIP"
    {
        "flag"                        "a"
        "tag"                        "[VIP]"
        "tagcolor"                "{L}"
        "namecolor"            "{T}"
        "textcolor"            "{OG}"
    }    
}
but anyway, i'll try to reinstall again i guess, thanks
dave_with_beer_bottle is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-19-2012 , 14:22   Re: [Source 2009] Custom Chat Colors
Reply With Quote #155

You're using the wrong config file. You need the Custom Chat Colors config file, not the Simple Chat Colors config file.
__________________
Dr. McKay is offline
Sarona
AlliedModders Donor
Join Date: Jul 2012
Old 08-21-2012 , 20:03   Re: [Source 2009] Custom Chat Colors
Reply With Quote #156

Hi, it is possible add a command to redirect in this page to view all number colors info??

Page: http://www.tayloredmktg.com/rgb/

Thanks

Last edited by Sarona; 08-21-2012 at 20:03.
Sarona is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-21-2012 , 20:11   Re: [Source 2009] Custom Chat Colors
Reply With Quote #157

Quote:
Originally Posted by Sarona View Post
Hi, it is possible add a command to redirect in this page to view all number colors info??

Page: http://www.tayloredmktg.com/rgb/

Thanks
I don't understand...
__________________
Dr. McKay is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 08-21-2012 , 20:12   Re: [Source 2009] Custom Chat Colors
Reply With Quote #158

Quote:
Originally Posted by Sarona View Post
Hi, it is possible add a command to redirect in this page to view all number colors info??

Page: http://www.tayloredmktg.com/rgb/

Thanks
Maybe with this? -> http://forums.alliedmods.net/showthread.php?t=173334


Spanish

Por lo que he entendido has preguntado que si se puede aņadir un comando para mostrar esa pagina (aun que esta mal traducido), si es eso lo que querias usa el plugin que puse
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 08-21-2012 at 20:14.
Franc1sco is offline
Send a message via MSN to Franc1sco
dagg929
Senior Member
Join Date: Jun 2008
Old 08-21-2012 , 20:24   Re: [Source 2009] Custom Chat Colors
Reply With Quote #159

Functional for CS:GO?
dagg929 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-21-2012 , 20:41   Re: [Source 2009] Custom Chat Colors
Reply With Quote #160

Quote:
Originally Posted by dagg929 View Post
Functional for CS:GO?
I don't think it is at this moment.
__________________
Dr. McKay 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 14:02.


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