Upvote Upvoted 5 Downvote Downvoted
Ability to see health of players when you're dead
posted in Customization
1
#1
0 Frags +

What's that? Is it a hud element or it's a command?

https://i.gyazo.com/3407814a087378c14f933a9779f10093.png

Thanks whisker!

What's that? Is it a hud element or it's a command?
[img]https://i.gyazo.com/3407814a087378c14f933a9779f10093.png[/img]

Thanks whisker!
2
#2
6 Frags +

Add

	"spectator_extras"
	{
		"ControlName"       "EditablePanel"
		"fieldName"           "spectator_extras"
		"xpos"                   "0"
		"ypos"                   "0"
		"wide"                   "f0"
		"tall"			     "480"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
	}

to the bottom of resource/ui/spectator.res (just before the final closing bracket) and it should start showing up, I believe

Add

[code] "spectator_extras"
{
"ControlName" "EditablePanel"
"fieldName" "spectator_extras"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}
[/code]

to the bottom of resource/ui/spectator.res (just before the final closing bracket) and it should start showing up, I believe
Please sign in through STEAM to post a comment.