Hello guys, i really need help to find the tutorial or the ttf/otf file of a Hud crosshair
if you have it or you can help me somehow.
I' m searching crosshair number 1.13 and 2.3 of this picture:
https://dl.dropboxusercontent.com/u/68363171/xhairs_205.png
Thank you :D
Hello guys, i really need help to find the tutorial or the ttf/otf file of a Hud crosshair
if you have it or you can help me somehow.
I' m searching crosshair number 1.13 and 2.3 of this picture:
https://dl.dropboxusercontent.com/u/68363171/xhairs_205.png
Thank you :D
Enjoy my edit :> xhairs.otf but, please, use rays tutorials to add xhairs to your hud
Enjoy my edit :> [url=https://www.dropbox.com/s/6zlake40ki99dtj/xhairs.otf]xhairs.otf[/url] but, please, use rays tutorials to add xhairs to your hud
i tried to use it but i don t know hot to pick up a single crosshair...
i tried to use it but i don t know hot to pick up a single crosshair...
Every crosshair is a glyph from font. In your situation 1.13 = m, 2.3 = t, CODxhair = double / and \. For example:
"xHair"
{
"xpos" "c-21"
"ypos" "c-20"
"wide" "26"
"tall" "24"
"fgcolor" "255 255 255 255"
"controlName" "ceXLabel"
"fieldName" "xHair"
"visible" "1"
"visible_minmode" "1"
"enabled" "1"
"zpos" "1"
"font" "xhairs"
"labelText" "Y" <==== edit here
"textAlignment" "center"
}
Every crosshair is a glyph from font. In your situation 1.13 = m, 2.3 = t, CODxhair = double / and \. For example:
[code] "xHair"
{
"xpos" "c-21"
"ypos" "c-20"
"wide" "26"
"tall" "24"
"fgcolor" "255 255 255 255"
"controlName" "ceXLabel"
"fieldName" "xHair"
"visible" "1"
"visible_minmode" "1"
"enabled" "1"
"zpos" "1"
"font" "xhairs"
"labelText" "Y" <==== edit here
"textAlignment" "center"
}[/code]