AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Trash (https://forums.alliedmods.net/forumdisplay.php?f=22)
-   -   Menu ITEMDRAW_RAWLINE Flag is ignored? (https://forums.alliedmods.net/showthread.php?t=287421)

Marcus101RR 09-07-2016 02:28

Menu ITEMDRAW_RAWLINE Flag is ignored?
 
menu.AddItem(CHOICE1, "Choice 1");
menu.AddItem(menu, CHOICE2, "Choice 2", ITEMDRAW_RAWLINE );
menu.AddItem(menu, CHOICE3, "Choice 3");

So apparently "ITEMDRAW_RAWLINE" is suppose to make Choice 2 appear, but have no number:
1. Choice 1
Choice 2
2. Choice 3

Like this, however, it doesn't work. Is this a bug, or are your documentations not up to date?

Neuro Toxin 09-07-2016 02:31

Re: Menu ITEMDRAW_RAWLINE Flag is ignored?
 
Panel or menu?


All times are GMT -4. The time now is 19:03.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.