07.03.2012, 15:05
I guess this is the only workaround
pawn Код:
enum subcat
{
itemID,
text[40]
}
enum cat
{
name[40],
sub1[subcat],
sub2[subcat]
}