Forum
server time left
Created 6th January 2014 @ 15:47
Add A Reply Pages: 1
Hey.
I started to use Deli box hud and I was wondering how can I get server time left in this hud?
Quoted from Starkie
http://teamfortress.tv/forum/thread/11019-hud-edit-server-time-limit-timer
Ok. I added
"ServerTimeLimitLabel"
{
"ControlName" "CExLabel"
"fieldName" "ServerTimeLimitLabel"
"xpos" "100"
"ypos" "0"
"zpos" "5"
"wide" "100"
"wide_hidef" "300"
"wide_lodef" "300"
"tall" "400"
"tall_hidef" "100"
"tall_lodef" "100"
"visible" "1"
"enabled" "1"
"labelText" "%servertimeleft%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "1"
"wrap" "0"
"font" "HudFontMedium"
"fgcolor" "255 255 255 255"
}
"ServerTimeLimitLabelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "0" [$WIN32]
"xpos" "0" [$X360]
"ypos" "0"
"ypos_hidef" "0" //off-screen
"ypos_lodef" "0" //off-screen
"zpos" "1"
"wide" "78"
"tall" "200"
"tall_minmode" "200"
"visible" "1"
"enabled" "1"
"image" "../hud/objectives_timepanel_suddendeath"
"scaleImage" "1"
}
and I got this http://steamcommunity.com/sharedfiles/filedetails/?id=213401819 . Which part I need to edit or I fucked up everything and did everything wrong.
Last edited by kronis,
I’m not 100% sure but
“tall” “200”
“tall_minmode” “200”
looks suspect
Quoted from DavidTheWin
I’m not 100% sure but
“tall” “200”
“tall_minmode” “200”
looks suspect
because same size in both modes? how’s that ‘suspect’?
I’ve used HUDs which have the time left feature enabled, used the command, and it still doesn’t work for me
so I don’t know
Quoted from Starkie
I’ve used HUDs which have the time left feature enabled, used the command, and it still doesn’t work for me
so I don’t know
That is a par
Quoted from ash
[…]
because same size in both modes? how’s that ‘suspect’?
sorry to necro but it’s more that it was set to 200 tall which seems too high to me.
Add A Reply Pages: 1