put this font in your resource folder
https://dl.dropbox.com/u/47314308/TF2/KBNHud/resource/MavenPro-Black.ttf
Put this in your clientscheme.res
"Xhair"
{
"1"
{
"name" "MavenPro-Black"
"tall" "18"
"weight" "700"
"range" "0x0000 0x017F"
"outline" "1"
}
Put this in your hudlayout.res
xHair
{
"controlName" "CExLabel"
"fieldName" "xHair"
"visible" "1"
"enabled" "1"
"zpos" "1"
"font" "xHair"
"labelText" "+"
"textAlignment" "center"
"xpos" "c-8"
"ypos" "c-8"
"wide" "16"
"tall" "15"
"fgcolor" "0 255 0 255"
}
This works for 1680x1050. If you want to centre it for whatever res you use, put in values for xpos, ypos, wide, and tall until it's centred.