08.04.2017, 06:47
PHP код:
CMD:skins(playerid)
{
static array[1][1];
Dialog_Show(playerid, 0, DIALOG_STYLE_PREVMODEL_LIST, "Skin selection dialog", SKINS, array, "Select", "Cancel");
return 1;
}
I don't know what you want to do. But you have to assign index to that array i.e:
PHP код:
array -> array[1][1] //or whatever you want.