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:
http://i.imgur.com/tBVSwlv.jpg
thanks in advance
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"
}
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 :)