Raised This Month: $51 Target: $400
 12% 

Coloured chat & ranks lost on restart


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lptv
New Member
Join Date: Aug 2013
Old 08-01-2013 , 20:16   Coloured chat & ranks lost on restart
Reply With Quote #1

Firstly i would like to thank all the devs for the great plugins.

Right now I have multiple problems. When ever server restarts, we all loose ranks, and in order to get it back, we need to do sm_rehash from console, anyway to keep this automatic?

Second problem with prefixes (tags) Basically All perms work great, but having a very hard time setting the tags. Tried CCC and SCC idk what is better, and idk if there is another type. Basically i have 5 ranks, Owner, admin, and 3 donor ranks, could someone really help with this, much appreciated!

Last edited by lptv; 08-01-2013 at 20:34.
lptv is offline
Jstn7477
Senior Member
Join Date: Mar 2011
Location: Florida, USA
Old 08-02-2013 , 12:23   Re: Coloured chat & ranks lost on restart
Reply With Quote #2

Custom Chat Colors by Dr. McKay is the latest, along with the Simple Chat Processor (Redux) it is dependent on. What version of the SourceBans in-game plugin are you using? Might as well post your "sm plugins list" (type that in RCON or the server console) which may help us better.
__________________
Yo , I heard you like , so I put a in your so you can while you .
Jstn7477 is offline
lptv
New Member
Join Date: Aug 2013
Old 08-02-2013 , 13:25   Re: Coloured chat & ranks lost on restart
Reply With Quote #3

Thank you very much for replying! Much appreciated!

Okay my plugin list.
Quote:
sm plugins list
"Admin File Reader" (1.5.0-dev+3855) by AlliedModders LLC
"Admin Help" (1.5.0-dev+3855) by AlliedModders LLC
"Admin Menu" (1.5.0-dev+3855) by AlliedModders LLC
"Anti-Flood" (1.5.0-dev+3855) by AlliedModders LLC
"Basic Chat" (1.5.0-dev+3855) by AlliedModders LLC
"Basic Comm Control" (1.5.0-dev+3855) by AlliedModders LLC
"Basic Commands" (1.5.0-dev+3855) by AlliedModders LLC
"Basic Info Triggers" (1.5.0-dev+3855) by AlliedModders LLC
"Basic Votes" (1.5.0-dev+3855) by AlliedModders LLC
"Clanforge: CF Variables" (0.0.2) by liv3d
sm plugins 11
"Client Preferences" (1.5.0-dev+3855) by AlliedModders LLC
"Fun Commands" (1.5.0-dev+3855) by AlliedModders LLC
"Fun Votes" (1.5.0-dev+3855) by AlliedModders LLC
"Log auto-uploader" (1.4) by Duckeh
"Nextmap" (1.5.0-dev+3855) by AlliedModders LLC
"Player Commands" (1.5.0-dev+3855) by AlliedModders LLC
"Reserved Slots" (1.5.0-dev+3855) by AlliedModders LLC
"Sound Commands" (1.5.0-dev+3855) by AlliedModders LLC
"SourceBans" (1.4.10) by SourceBans Development Team
"Connect Announce" (1.6) by Arg!
"Fun Commands X" (2.3) by Spazman0 and Arg!
nnot update control point 0 for effect 'player_sparkles_red'.
"MOTD Backpack Enhanced" (1.0.6) by Bottiger, Munra
"Advertisements" (0.5.5) by Tsunami
"TF2 Real Thirdperson" (1.3) by EHG
"TF2: Roll the Dice" (0.4.2) by linux_lover ([email protected])
"[TF2] backpack.tf Price Check" (2.2.0) by Dr. McKay
"Stamm" (2.01 Final) by Popoklopsi
"Simple Chat Processor (Redux)" (1.1.5) by Simple Plugins, Mini
"FragRadio SourceMod Plugin" (1.4.5) by BomBom - Dunceantix
"[TF2] Friendly Mode" (13.0522) by Derek D. Howard
"Server Donation Info" (1.1.1) by ReFlexPoison
"Anti-Micspam" (0.5) by FLOOR_MASTER and Bor3dGaming.com

G
The sourcebans version is 1.4.10. I got it fully setup, and perms work.
I don't really get how i add perms, what part? could you explain that?

Anyways i do have CCC and I tried it, it worked for 1 rank, then doesnt work for the other, it got very stressful, does it have to do with flags? could you give me a little guide? I have 5 ranks, owner, admin and 3 donor ranks. Thanks again for replying!!
lptv is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-03-2013 , 01:39   Re: Coloured chat & ranks lost on restart
Reply With Quote #4

Post your CCC config file.
__________________
Dr. McKay is offline
lptv
New Member
Join Date: Aug 2013
Old 08-03-2013 , 07:46   Re: Coloured chat & ranks lost on restart
Reply With Quote #5

Quote:
// 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
//
// 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"
{
"owner"
{
"flag" [z]
"tag" [owner]
"tagcolor" "#FFFFFF"
}
"admin"
{
"flag" [abcde]
"tag" [admin]
"tagcolor" "R"
}
"vip"
{
"flag" [a]
"tag" [vip]
"tagcolor" "R"
}
"sandvich"
{
"flag" [a]
"tag" [sandvich]
"tagcolor" "R"
}
"redstone"
{
"flag" [a]
"tag" [redstone]
"tagcolor" "R"
}

}
Thats it
lptv is offline
DoPe^
Veteran Member
Join Date: Jul 2008
Location: Denmark / Copenhagen
Old 08-03-2013 , 11:51   Re: Coloured chat & ranks lost on restart
Reply With Quote #6

Quote:
Originally Posted by lptv View Post
Thats it
flags should be "flag" "z" not "flag" [z]
tags should be "tag" "[owner]" not "tag" [owner]

and what kind of tagcolor is "R" ?

did you even read the instructions above ?
__________________
DoPe^ is offline
lptv
New Member
Join Date: Aug 2013
Old 08-16-2013 , 12:12   Re: Coloured chat & ranks lost on restart
Reply With Quote #7

Thanks! Now i have another problem, i've been trying to set permissions for too long now, it just never works, can you give me an example on how to do it, and what to use? thanks
lptv 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 19:32.


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