Results 1 to 3 of 3

Thread: [CoD2] Adding New Weapon Title in menu (Problem)

  1. #1
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts

    [CoD2] Adding New Weapon Title in menu (Problem)

    Hi, i want to add a new item (Title) in the menu but i get this error. Please see the screen:
    Spoiler:
    Click image for larger version. 

Name:	cs.PNG 
Views:	39 
Size:	104.6 KB 
ID:	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
    {
    Last edited by G-Stuff002; 3rd April 2018 at 07:58.

  2. The Following User Says Thank You to G-Stuff002 For This Useful Post:

    kubislav23 (2nd April 2018)

  3. #2
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    ORIGIN_TITLEE != ORIGIN_TITLED Maybe?

  4. The Following 2 Users Say Thank You to serthy For This Useful Post:

    G-Stuff002 (2nd April 2018),kung foo man (3rd April 2018)

  5. #3
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    Yes, i did not see the designation of letters, Thanks!

  6. The Following User Says Thank You to G-Stuff002 For This Useful Post:

    kubislav23 (2nd April 2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •