enum _:ilist { list1, list2, list3 }; new const gListname[ ilist ][ ] = { "list1", "list2", "list3" }; new gPlayerListData[ 33 ][ ilist ];