View Single Post
maxolahird
Veteran Member
Join Date: Dec 2012
Old 02-15-2013 , 13:57   Re: [Source 2009] Custom Chat Colors
Reply With Quote #373

Quote:
Originally Posted by Extent View Post
I get this on mine


// ********************************************* ***************************
// ********************************************* ****************************
// 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)
//
//


"admin_colors"
{
//Ryan
"STEAM_0:08787972"
{
"tag" "[Admin] "
"tagcolor" "T"
"namecolor" "T"

}
}
}
} <-- 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/showpos...02&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"
{
"STEAM_0:08787972"
{
"tag" "[Owner]"
"tagcolor" "{R}"
"namecolor" "{G}"
}
"Admins"
{
"flag" "z"
"tag" "[A]"
"tagcolor" "{R}"
"namecolor" "{G}"
}
"VIP"
{
"flag" "a"
"tag" "[VIP]"
"tagcolor" "{B}"
"namecolor" "{T}"
"textcolor" "{OG}"
}
}


and I still get this

(TEAM) [A]9EC34FAA[VIP] 00CCFFRyan | Extent-Hosting.com.au : 000000AAhey
probably because you have used the steamid twice on the file... on the middle of the brackets and bottom.
maxolahird is offline