Upvote Upvoted 0 Downvote Downvoted
what crosshair is this from?
posted in Customization
1
#1
0 Frags +

http://i.imgur.com/hIKaLXY.jpg

looks nice, where does it come from? or where do you get it from

http://i.imgur.com/hIKaLXY.jpg

looks nice, where does it come from? or where do you get it from
2
#2
0 Frags +

It's a hud crosshair, but i don't know which one is it from. Do you have the non-cropped screenshot?

It's a hud crosshair, but i don't know which one is it from. Do you have the non-cropped screenshot?
3
#3
0 Frags +

it was flame's stream so, flamehud but I dont think he includes it in his hud afaik.

it was flame's stream so, flamehud but I dont think he includes it in his hud afaik.
4
#4
3 Frags +

am i missing something

am i missing something
5
#5
0 Frags +

Why dont you just ask him?

Why dont you just ask him?
6
#6
1 Frags +
	"crosshairl1"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"crosshairl1"
		"font"			"defaultsmall"
		"labelText"		"("
		"textAlignment"		"east"
		"xpos"			"r685"
		"ypos"			"r194"
		"zpos"			"3"
		"wide"			"146"
		"tall"			"20"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
		"fgcolor"		"255 255 255 255"
	}
	"crosshairr1"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"crosshairr1"
		"font"			"defaultsmall"
		"labelText"		")"
		"textAlignment"		"east"
		"xpos"			"182"
		"ypos"			"r194"
		"zpos"			"3"
		"wide"			"145"
		"tall"			"20"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
		"fgcolor"		"255 255 255 255"	
	}
	"crosshairl2"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"crosshairl2"
		"font"			"defaultsmall"
		"labelText"		"("
		"textAlignment"		"east"
		"xpos"			"r686"
		"ypos"			"r194"
		"zpos"			"4"
		"wide"			"146"
		"tall"			"20"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
		"fgcolor"		"0 0 0 255"
	}
	"crosshairr2"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"crosshairr2"
		"font"			"defaultsmall"
		"labelText"		")"
		"textAlignment"		"east"
		"xpos"			"182"
		"ypos"			"r194"
		"zpos"			"4"
		"wide"			"146"
		"tall"			"20"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
		"fgcolor"		"0 0 0 255"
	}

thank god for me
it's not going to be centered but center it yourself. he has it in hudplayerclass but he never released it. if you can't get it to work in hudlayout then I'll give the rest for hudplayerclass

[code] "crosshairl1"
{
"ControlName" "CExLabel"
"fieldName" "crosshairl1"
"font" "defaultsmall"
"labelText" "("
"textAlignment" "east"
"xpos" "r685"
"ypos" "r194"
"zpos" "3"
"wide" "146"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "255 255 255 255"
}
"crosshairr1"
{
"ControlName" "CExLabel"
"fieldName" "crosshairr1"
"font" "defaultsmall"
"labelText" ")"
"textAlignment" "east"
"xpos" "182"
"ypos" "r194"
"zpos" "3"
"wide" "145"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "255 255 255 255"
}
"crosshairl2"
{
"ControlName" "CExLabel"
"fieldName" "crosshairl2"
"font" "defaultsmall"
"labelText" "("
"textAlignment" "east"
"xpos" "r686"
"ypos" "r194"
"zpos" "4"
"wide" "146"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "0 0 0 255"
}
"crosshairr2"
{
"ControlName" "CExLabel"
"fieldName" "crosshairr2"
"font" "defaultsmall"
"labelText" ")"
"textAlignment" "east"
"xpos" "182"
"ypos" "r194"
"zpos" "4"
"wide" "146"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "0 0 0 255"
}[/code]

thank god for me
it's not going to be centered but center it yourself. he has it in hudplayerclass but he never released it. if you can't get it to work in hudlayout then I'll give the rest for hudplayerclass
7
#7
1 Frags +

its a bitch to center, so i didnt release it.

you have to play around with width/heights and positional values, r,c,etc.

if i ever change monitor resolutions lord have mercy on my soul. thisll work in 1680x1050 though

its a bitch to center, so i didnt release it.

you have to play around with width/heights and positional values, r,c,etc.

if i ever change monitor resolutions lord have mercy on my soul. thisll work in 1680x1050 though
Please sign in through STEAM to post a comment.