I don't seem to be able to disable the most right under HUD element.
It consists of a few "-"'s. When you're wielding something like a pistol it shows you "-".
When you're wielding a shotgun it shows "---" and when your active weapon is something like a SMG it shows you "--------"
I thought it belonged to CHudSecondaryAmmo, but disabling that doesn't make it go away.
[code]
function GM:HUDShouldDraw(name)
if (name == "CHudHealth" or
name == "CHudBattery" or
name == "CHudSuitPower" or
name == "CHudAmmo" or
name == "CHudSecondaryAmmo") then
return false
else
return true
end
end
[/code]
[URL]http://wiki.garrysmod.com/?title=Hud_Elements[/URL] isn't clear about it too.
Anyone got an idea of what element this might be?
[IMG]http://i39.tinypic.com/2ajomq0.png[/IMG]
It's an addon you have installed, I think.
[IMG]http://i40.tinypic.com/300wm1h.png[/IMG]
Added a screenshot to clearify.
Yes, that's not normally there.
Sorry, you need to Log In to post a reply to this thread.