Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

There are no mirrors, request one in the comment section below.
File: Easy Colored Chat
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=126397
Description:
Place in your addons folder.
Made by: Blue Kirby

How to use:
EasyColoredChat( text, color, ply )
Call from server!

Colors:
You must use quotations when calling!
"red"
"orange"
"yellow"
"green"
"blue"
"purple"
"white"
"black"
"gold"

Variables:
text - the text you want
color - the color, i.e "red"
ply - the player

Examples:
EasyColoredChat( "Hello, this is red :D", "red", "Blue Kirby" )
EasyColoredChat( "Hello, this is not red D:", "blue", "cream kriby" )
EasyColoredChat( "Hello...", "blue" )
EasyColoredChat( "Hello...", "blue", "@all" )

Note: You can call the player by name or as an entity.

Server-wide:
To do a serverwide message use
EasyColoredChat( text, color, "@all" )
This will make the message appear in everyone's chat boxes.

Image: Easy