24.05.2015, 08:51
Thanks all for support.
Update | R2 - 24 May, 2015
Update | R2 - 24 May, 2015
- Fixed menu first item switch bug
- Now editing menu dynamically
- Functions to edit menu Title anytime (instant change)
- Function to edit menu items' text (instant change)
- You can hide "Interaction Menu" bar when showing menus
- New 2 functions
pawn Код:native Menu_EditItem(menuid, itemid, itemtext[]);
native Menu_EditTitle(menuid, newtitle[]); - Modified function:
pawn Код:native Menu_Show(playerid, menuid, selectioncolor = 0x0000AAFF, bool:showitemid = true);