Page 1 of 1

Need Help With A HUD Problem (fixed)

Posted: Sun May 18, 2008 10:44 am
by metal_head
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:

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 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?

Re: Please,Please,Please - Need Urgent Help!!!

Posted: Sun May 18, 2008 5:27 pm
by QuestOfDreams
It's all explained in the manual, dude ... :roll:
Remove the displaytime lines.
Depending on your weapon you may have to add a style.

Re: Please,Please,Please - Need Urgent Help!!!

Posted: Sun May 18, 2008 6:52 pm
by metal_head
thanks a lot man,I did't find it in the manual...maybe cuz I was very sleepy.Sorry for asking it than and thanks again :)