Chat-Processor icon indicating copy to clipboard operation
Chat-Processor copied to clipboard

A Sourcemod plugin which allows other plugins to add and manage chat related features.

Results 22 Chat-Processor issues
Sort by recently updated
recently updated
newest added

after installing the chat processor. i noticed one bug (game : CS:GO) when i use **!say message** (sm_say message) the sm command works but the same thing gets broadcast to...

```C public void OnPluginStart() { RegConsoleCmd("sm_discord", Command_Discord, "Replies with Discord link in chat or console."); } public Action Command_Discord(int client, int args) { C_ReplyToCommand(client, "[{orange}Warmup.zone{default}] {darkred}discord.warmup.zone{default} or {darkred}https://discord.gg/sbGDjQ4{default}"); return Plugin_Handled;...

I have been having this error randomly pop up in my logs and I'm wondering what I can do to isolate what is causing it and fix it. L 04/04/2020...

Hi, when I'm using: ``` public Action CP_OnChatMessage(int& author, ArrayList recipients, char[] flagstring, char[] name, char[] message, bool& processcolors, bool& removecolors) { Format(name, MAXLENGTH_NAME, "%s-post", name); processcolors = false; removecolors...

chat-processor.smx: Unable to load plugin (no debug string table)

Whenever someone write something in chat, and a plugin returns `Plugin_Changed` in the forward, if the text contains `{` it becomes `{{}`, more test cases: `Hello {}` -> No Changes...

Example: Nick: BaFeR {2} If i print in chat "trololo" it will be like this: BaFeR trololo : trololo

When you add hex color in "namecolor" (didn't check if it shows like this in other fields also), it shows like this ~>http://prntscr.com/kcpx2s Here is my config: http://prntscr.com/kcpvsb Otherwise, perfect...

Hello, I'm wondering how I can add a new game to the config list as Dystopia is not on there by default. More specifically how to find the names of...