View Single Post
Author Message
R3TROATTACK
Member
Join Date: Feb 2013
Old 04-08-2019 , 18:00   [CSGO] Custom Chat
Reply With Quote #1

Description
From what I've seen from publicly released chat color plugins is that they can only be defined via a config file which to me isn't very user friendly and does not let players change their stuff on the fly. So I decided to make a custom chat plugin based off of an old community I used to play on where the players can set their chat tag(with colors), name color and chat color by commands and menus.

Commands
  • sm_colors - Used to display the chat color menu
  • sm_namecolors - Used to display the name colors menu
  • sm_settag - Used to set a cusutom chat tag or print out the list of colors useable

Changelog
Spoiler


Installation
1. Install chat processor - link
2. Setup the database config
3. Install the plugin
4. Have fun with pretty colors

Database
Code:
"chatcolors"
{
	"driver"			"mysql"
	"host"				"INSERT HOST HERE"
	"database"			"INSERT DB NAME HERE"
	"user"				"INSERT USER HERE"
	"pass"				"INSERT PASSWORD HERE"
	//"timeout"			"0"
	//"port"			"0"
}

Please report any problems to the github issue tracker
Github
__________________
My Plugins - My Steam
Need something custom add me on discord! Retro#0264

Last edited by R3TROATTACK; 02-12-2023 at 20:57.
R3TROATTACK is offline