[T1 Script problem]

Vance

Veteran XX
SS.jpg

im having problems with my item hud, i changed it to have no BG in tree(); but each time i restart tribes its back, help?

(its same ss from disc thread, i dont have host :( )
 
I have the same hud and it misalligned like his in the pic too. I'm not sure if he has stripped version or the presto one, but I have Crunchy's pretso ItemHud.
Q 1. How do I line up all the icons?

2. How do I make it transparent? (there is no code $ItemHUD::ItemsBG=newObject(ItemHUD_BG, FearGui::FearGuiMenu, 0, 0, 38, 54); in my itemhud.avl.vol)

3. How do I change the color of the font in the item hud?


I am a total retard when it comes to this stuff, so please explain clearly. I don't know what/where tree is.
 
yeh, you have presto, so use the stripped itemhud, bear in mind that you will have to change one line for it to work:

Change line 20 from this:
Code:
Event::Attach(eventPlayGuiCreated, ItemHUD::Create);
To this:
Code:
Event::Attach(eventGuiOpen, ItemHUD::Create);
 
deployx0r said:
yeh, you have presto, so use the stripped itemhud, bear in mind that you will have to change one line for it to work:

Change line 20 from this:
Code:
Event::Attach(eventPlayGuiCreated, ItemHUD::Create);
To this:
Code:
Event::Attach(eventGuiOpen, ItemHUD::Create);

There's a little more to it than that..
 
Actually it did work for me! Thanks so much man. I have a nice clean looking config now... if only I had somewhere to host a pic.
 
Back
Top