Upvote Upvoted 1 Downvote Downvoted
stock hud black/gray bars?
posted in Q/A Help
1
#1
0 Frags +

does anyone know how to remove the black/gray bars in stock hud when you spec someone?
pic:

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

thanks in advance

does anyone know how to remove the black/gray bars in stock hud when you spec someone?
pic:
[img]http://i.imgur.com/tBVSwlv.jpg[/img]
thanks in advance
2
#2
7 Frags +

minmode

minmode
3
#3
6 Frags +

try this in spectator.res

	"topbar"
	{
		"ControlName"	"Panel"
		"fieldName"		"TopBar"
		"xpos"			"999999"
		"ypos"			"999999"
		"wide"			"0"
		"tall"			"0"
		"visible"		"0"
		"enabled"		"0"
	}
	"BottomBar"
	{
		"ControlName"	"Frame"
		"fieldName"		"BottomBar"
		"xpos"			"999999"
		"ypos"			"999999"
		"wide"			"0"
		"tall"			"0"
		"visible"		"0"
		"enabled"		"0"
	}
	"bottombarblank"
	{
		"ControlName"		"Panel"
		"fieldName"		"bottombarblank"
		"xpos"			"999999"
		"ypos"			"999999"
		"wide"			"0"
		"tall"			"0"
		"visible"		"0"
		"enabled"		"0"
	}
try this in spectator.res
[code] "topbar"
{
"ControlName" "Panel"
"fieldName" "TopBar"
"xpos" "999999"
"ypos" "999999"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}
"BottomBar"
{
"ControlName" "Frame"
"fieldName" "BottomBar"
"xpos" "999999"
"ypos" "999999"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}
"bottombarblank"
{
"ControlName" "Panel"
"fieldName" "bottombarblank"
"xpos" "999999"
"ypos" "999999"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}[/code]
4
#4
1 Frags +
kyletry this in spectator.res
	"topbar"
	{
		"ControlName"	"Panel"
		"fieldName"		"TopBar"
		"xpos"			"999999"
		"ypos"			"999999"
		"wide"			"0"
		"tall"			"0"
		"visible"		"0"
		"enabled"		"0"
	}
	"BottomBar"
	{
		"ControlName"	"Frame"
		"fieldName"		"BottomBar"
		"xpos"			"999999"
		"ypos"			"999999"
		"wide"			"0"
		"tall"			"0"
		"visible"		"0"
		"enabled"		"0"
	}
	"bottombarblank"
	{
		"ControlName"		"Panel"
		"fieldName"		"bottombarblank"
		"xpos"			"999999"
		"ypos"			"999999"
		"wide"			"0"
		"tall"			"0"
		"visible"		"0"
		"enabled"		"0"
	}

thanks, this worked perfectly :)

[quote=kyle]try this in spectator.res
[code] "topbar"
{
"ControlName" "Panel"
"fieldName" "TopBar"
"xpos" "999999"
"ypos" "999999"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}
"BottomBar"
{
"ControlName" "Frame"
"fieldName" "BottomBar"
"xpos" "999999"
"ypos" "999999"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}
"bottombarblank"
{
"ControlName" "Panel"
"fieldName" "bottombarblank"
"xpos" "999999"
"ypos" "999999"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}[/code][/quote]
thanks, this worked perfectly :)
Please sign in through STEAM to post a comment.