23.11.2009, 17:45
A menu can only have 2 columns
Gives the item to menu 'menu' under column 1 and
gives under column 2
Note that if you want to use a menu with 2 columns, you need to set the second parameter in CreateMenu to 2
pawn Код:
AddMenuItem(menu, 0, text);
pawn Код:
AddMenuItem(menu, 1, text);
Note that if you want to use a menu with 2 columns, you need to set the second parameter in CreateMenu to 2