HUD problems/questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bytchpleaze209

    #1

    HUD problems/questions

    I am having troube getting rid of my entire HUD. I can't seem to get rid of the ticket times and the ammo count/boxes or whatever they are down at the bottom. I turn everything to 100% transparency and in the picture it shows everything being gone, and a blank screen: no crosshairs, no minimap, no nothin... But when I get online/single player I still have the ticket times and the ammo count/other boxes on the bottom... I would appreciate if anyone has any knowledge of this problem or if its just my junk ass comp.
  • Talus
    Member
    • Oct 2006
    • 6854

    #2
    Re: HUD problems/questions

    Enter this in the console (~):

    Code:
    renderer.drawHud 0
    And use this to turn it back on:

    Code:
    renderer.drawHud 1

    Comment

    • bytchpleaze209

      #3
      Re: HUD problems/questions

      Thanks alot dude, that is exactly what I wanted!

      Comment

      • Talus
        Member
        • Oct 2006
        • 6854

        #4
        Re: HUD problems/questions

        Happy to help, bytch

        Comment

        • longgone

          #5
          Re: HUD problems/questions

          Originally posted by Talus
          Happy to help, bytch
          you really enjoyed saying that didn't you :laugh:

          Comment

          • Talus
            Member
            • Oct 2006
            • 6854

            #6
            Re: HUD problems/questions

            Yup

            Comment

            • blade9

              #7
              Re: HUD problems/questions

              roflol

              Comment

              Working...