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

[REQ][L4D2] VIP member title on join/while ingame


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kirahaku
Member
Join Date: Dec 2012
Old 05-06-2014 , 00:24   [REQ][L4D2] VIP member title on join/while ingame
Reply With Quote #1

Hello all,

so what I need is a plugin that will recognize users when they Join the servers and ands [VIP] to the front of there name, I would need it to be recognizable using the clients STEAM ID X::XXXXX

I would need a CFG file to be able to add and remove certain STEAM ID's
Also if possible a On client connect announce in the chat box to players that said A VIP Player has connected to the server?

Please and thank you guys! hope this is possible
__________________


kirahaku is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 05-06-2014 , 00:27   Re: [REQ][L4D2] VIP member title on join/while ingame
Reply With Quote #2

Simple chat processor + simple chat colors
Whatever new mutations exist.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
kirahaku
Member
Join Date: Dec 2012
Old 05-06-2014 , 01:07   Re: [REQ][L4D2] VIP member title on join/while ingame
Reply With Quote #3

Quote:
Originally Posted by friagram View Post
Simple chat processor + simple chat colors
Whatever new mutations exist.
Heh? O.o
__________________


kirahaku is offline
RTWNick
AlliedModders Donor
Join Date: Mar 2014
Old 05-06-2014 , 15:12   Re: [REQ][L4D2] VIP member title on join/while ingame
Reply With Quote #4

Custom Chat Colors

That plugin allows you to create groups and make them have certain tags, tag colors, name colors, etc. You can also use individual steam id's and set them colors aswell. CCC is a bit better than SCC as it has the option for HEX/RGB colors.

Code:
//  Custom Chat Colors is written by Dr. McKay (http://www.doctormckay.com)
//  Simple Chat Colors (Redux) is written by Antithasys
//  The configuration is very similar, so I've stolen Redux's documentation :P
//  
//  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"  "#RRGGBB"      <-- This is the color for the name (#RRGGBB in hex notation or #RRGGBBAA with alpha)
//    "textcolor"  "#RRGGBBAA"      <-- 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"  "O"      <-- This is the color for the tag
//    "namecolor"  "G"      <-- This is the color for the name
//    "textcolor"  "T"      <-- 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 colors, either a hex notation of a color (#RRGGBB or #RRGGBBAA) or one of the supported shortcuts (O - Olive, G - Green, T - Team) is required
//
//  --------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 character (NOTE: only one flag per group! "a" is okay, "ab" is NOT),
//   and if the player has the flag, 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.
//
//  ---------DO NOT EDIT ABOVE THIS LINE---------
"admin_colors"
{
 "STEAM_0:1:16"
 {
  "tag"    "[BAILOPAN] "
  "tagcolor"   "O"
 }
 "VIP"
 {
  "flag"    "a"
  "tag"    "[VIP] "
  "tagcolor"   "#9EC34FAA"
  "namecolor"   "#00CCFF"
  "textcolor"   "#000000AA"
 }
}
RTWNick is offline
kirahaku
Member
Join Date: Dec 2012
Old 05-07-2014 , 20:53   Re: [REQ][L4D2] VIP member title on join/while ingame
Reply With Quote #5

Quote:
Originally Posted by RTWNick View Post
Custom Chat Colors

That plugin allows you to create groups and make them have certain tags, tag colors, name colors, etc. You can also use individual steam id's and set them colors aswell. CCC is a bit better than SCC as it has the option for HEX/RGB colors.


Thank you so much this is perfect! Took me a min to figure out I had to rename the l4d2 file but all works awesome thanks so much

Is there a way to make it add to there names in the GUI as well?
__________________



Last edited by kirahaku; 05-07-2014 at 20:53.
kirahaku is offline
RTWNick
AlliedModders Donor
Join Date: Mar 2014
Old 05-08-2014 , 15:11   Re: [REQ][L4D2] VIP member title on join/while ingame
Reply With Quote #6

I don't do L4D, so I have no idea about a GUI
RTWNick is offline
Reply


Thread Tools
Display Modes

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 22:11.


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