new skinlist[] = { 1, 2, 3, 23, 26, 27, 29, 32, 33, 34, 35, 37, 42, 45, 52, 59, 60, 61, 62, 68, 70, 72, 73, 78, 81, 82, 94, 95, 96, 97, 98, 99, 100, 101, 111, 112, 113, 119, 124, 125, 126, 127, 128, 132, 133, 135, 137, 146, 147, 153, 154, 155, 158, 159, 160, 161, 162, 164, 165, 167, 171, 177, 181, 187, 188, 200, 204, 206, 209, 210, 212, 213, 230, 234, 235, 236, 239, 240, 241, 242, 247, 248, 250, 254, 255, 258, 259, 261, 264, 268, 272, 289, 290, 291, 294, 295, 299, }; ShowModelSelectionMenuEx(playerid, skinlist, 20, "Select Skin", SELECTION_SKINS);
ShowModelSelectionMenuEx(playerid, items_array[], item_amount, header_text[], extraid, Float:Xrot = 0.0, Float:Yrot = 0.0, Float:Zrot = 0.0, Float:mZoom = 1.0, dialogBGcolor = 0x4A5A6BBB, previewBGcolor = 0x88888899 , tdSelectionColor = 0xFFFF00AA) |
item_amount: Amount of items in items_array[] (For example: item_amount = 3 would show items_array[0-2]) |