Skip to content

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

License

Notifications You must be signed in to change notification settings

dysphie/chat-processor-multicolors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Processor

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

🍴 This is a fork of Drixevel's Chat Processor that uses MultiColors instead of ColorVariables. Use it if you're having issues with the original.

Installation

Place the .smx into the plugins folder and the .cfg into the configs folder.

Usage

public Action CP_OnChatMessage(int& author, ArrayList recipients, char[] flagstring, char[] name, char[] message, bool& processcolors, bool& removecolors)
{
	Format(name, MAXLENGTH_NAME, "{red}%s", name);
	Format(message, MAXLENGTH_MESSAGE, "{blue}%s", message);
	return Plugin_Changed;
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3.0

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SourcePawn 100.0%