Tremulous Forum

Mods => Modding Center => Topic started by: Impulse on May 08, 2008, 07:22:55 pm

Title: HUD HELP
Post by: Impulse on May 08, 2008, 07:22:55 pm
Guys i got this HUD and i want to move the Adv DRAgoon snipe thingy's to here can someone post the code to put them there :angel:

(http://img241.imageshack.us/img241/1740/shot0036bj2.jpg)

thank you very much

Impulse
Title: Re: HUD HELP
Post by: X-20 on May 08, 2008, 08:12:06 pm
Here it is i think, ignore the forecolor/etc i only added that just so you make sure you place edit the right thing.
Code: [Select]
//BLOB
    itemDef
    {
      name "blob"
      rect 311 230 18 90
      visible 1
      forecolor 0.0 1.0 0.0 0.5
      background "ui/assets/alien/tremublob.tga"
      ownerdraw CG_PLAYER_POISON_BARBS
    }
EDIT: rect is what you want.