Need Help With A HUD Problem (fixed)
Posted: Sun May 18, 2008 10:44 am
I'm having this problem long time now.I made a topic for it,but nobody replied so I deleted it and made this one.Now I really need help,so please if you can,help me !!!
I wanted to make an ammo indicator for my game.So I added this in the HUD.ini:
I don't know why,but when I start the game now all the weapon's ammo stats show up,like in the picture I uploaded.
I want when I choose a weapon it's ammo status to show only.How can I fix this?
I wanted to make an ammo indicator for my game.So I added this in the HUD.ini:
Code: Select all
[pistol_shell]
type = numeric
framex = 10
framey = 10
indicatoroffsetx = 14
indicatoroffsety = 500
font = 7
width = 3
displaytime = 30
[shotgun_shell]
type = numeric
framex = 10
framey = 10
indicatoroffsetx = 14
indicatoroffsety = 500
font = 7
width = 3
displaytime = 30
[rifle_shell]
type = numeric
framex = 10
framey = 10
indicatoroffsetx = 14
indicatoroffsety = 500
font = 7
width = 3
displaytime = 30
[10mm_shell]
type = numeric
framex = 10
framey = 10
indicatoroffsetx = 14
indicatoroffsety = 500
font = 7
width = 3
displaytime = 30
[disk]
type = numeric
framex = 10
framey = 10
indicatoroffsetx = 14
indicatoroffsety = 500
font = 7
width = 3
displaytime = 30
I want when I choose a weapon it's ammo status to show only.How can I fix this?