halflife icon indicating copy to clipboard operation
halflife copied to clipboard

[CS 1.6] The scoreboard ImagePanel is shown only within the scoreboard

Open SanAntonio2 opened this issue 3 years ago • 0 comments

I decided to return the old orangebox banner to the scoreboard, but it doesn't draw outside the scoreboard. Scoreboard.res code: `"ct-banner1"

{
	"ControlName"		"ImagePanel"
	"fieldName"			"ct-banner1"
	"xpos"				"145"
	"ypos"				"-25"
	"wide"				"234"
	"tall"				"50"
	"autoResize"		"1"
	"pinCorner"			"0"
	"visible"			"1"
	"enabled"			"1"
	"textAlignment"		"west"
	"image"				"gfx/vgui/cs_banner"
	"scaleImage"		"1"
            "linespacing"		"13"
    }`

How it looks in game: cs_bunker0000

One more question, so as not to create a new topic: in which file can be changed the position of the colon, near the timer?

SanAntonio2 avatar Sep 15 '22 10:09 SanAntonio2