PDA

View Full Version : [CoD2] Adding New Weapon Title in menu (Problem)



G-Stuff002
2nd April 2018, 14:32
Hi, i want to add a new item (Title) in the menu but i get this error. Please see the screen: 1487

After loading the map, the menu of the weapon is not visible


What I've done:

In weapon_american.menu.

1.

#define ORIGIN_TITLEE 180 242 //CS


2.

}
itemDef
{
type ITEM_TYPE_TEXT
visible 1
origin ORIGIN_TITLED
forecolor 1 1 1 1
text "^8Counter-Strike Weapons"
textfont UI_FONT_NORMAL
textscale .30
textstyle ITEM_TEXTSTYLE_SHADOWED
textaligny 20
decoration
}
itemDef
{

serthy
2nd April 2018, 14:44
ORIGIN_TITLEE != ORIGIN_TITLED Maybe?

G-Stuff002
2nd April 2018, 14:57
Yes, i did not see the designation of letters, Thanks!