View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-04-2022 , 11:25   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #344

Quote:
Originally Posted by daffyy View Post
Is there a way to disable double dots on chat before name?
My config:

without {teamcolor} there are no colored nicknames from the team
Doing a test here in the plugin settings leaving the cvar "sm_chatprocessor_status" as disabled solves this problem.

Test there, change to sm_chatprocessor_status "0" and see if it solves.

I don't understand why the status cvar would have anything to do with this problem. Author can explain better or say if it shouldn't work like this

Complete configuration that I'm using in case I need it:
PHP Code:
// This file was auto-generated by SourceMod (v1.11.0.6911)
// ConVars for plugin "chat-processor.smx"


// Add GOTV client to recipients list. (Only effects games with GOTV or SourceTV)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_addgotv "1"

// Allows both teams to communicate with each other through team chat.
// (0 = off, 1 = on)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_allchat "0"

// Flags required to use the color name and message. Needs sm_chatprocessor_strip_colors 1
// -
// Default: "b"
sm_chatprocessor_colors_flag "b"

// Name of the message formats config.
// -
// Default: "configs/chat_processor.cfg"
sm_chatprocessor_config "configs/chat_processor.cfg"

// Controls how dead communicate.
// (0 = off, 1 = on)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_deadchat "1"

// Default setting to give forwards to process colors.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_process_colors_default "1"

// Default setting to give forwards to remove colors.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_remove_colors_default "0"

// Restricts all chat for the dead entirely.
// (0 = off, 1 = on)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_restrictdeadchat "0"

// Status of the plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_status "0"

// Remove color tags from the name and the message before processing the output.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_chatprocessor_strip_colors "1" 

Last edited by paulo_crash; 09-04-2022 at 11:28.
paulo_crash is offline