HudColor
From GoldenEye: Source Wiki
In beta 4 we replaced using of control characters to do hud text coloring with the Enemy Territory way of doing it, using the escape char ^. Thus in the language file and say box you can use these values to color your text:
^1 COLOR_NORMAL ^2 COLOR_USEOLDCOLORS //Depreciated ^3 COLOR_PLAYERNAME ^4 COLOR_LOCATION ^5 COLOR_ACHIEVEMENT ^6 COLOR_SUICIDE ^7 COLOR_KILLER //Only for death message ^8 COLOR_VICTIM //Only for death message ^9 COLOR_WEAPON ^0 Reserved ^a aqua #00FFFF ^b black #000000 ^c blue #0000FF ^d OrangeRed #FF4500 ^e gray #808080 ^f fuchsia #FF00FF ^g green #008000 ^h SpringGreen #00FF7F ^i SkyBlue #87CEEB ^j DimGray #696969 ^k olive #808000 ^l lime #00FF00 ^m maroon #800000 ^n navy #000080 ^o Orange #FFA500 ^p purple #800080 ^q SaddleBrown #8B4513 ^r red #FF0000 ^s silver #C0C0C0 ^t teal #008080 ^u SpringGreen #00FA9A ^v LightGrey #D3D3D3 ^w white #FFFFFF ^x LightYellow #FFFFE0 ^y yellow #FFFF00 ^z DeepPink #FF1493
