22.06.2017, 23:15
As some already said this doesn't work well with easydialogs, nevertheless I think it's a really cool include you have made. I'll just share my code and a few images so maybe when you have time to look at it, but again you don't have to it's just in my case this didn't work out, it doesn't mean that others will have the same experience.
The first issue was that when using it for the first time, this popped up:
http://i.imgur.com/G9SJ4a8.png
I doubleclicked on index 1 (the second item) and the index printed correctly, however not the text (normally it would have printed out the objectid in this case since it is the first thing before "\t", like in normal dialogs.
http://i.imgur.com/5lQ4HSH.png
Then I used the command again and CJ was gone but instead two of the same thing popped up.
http://i.imgur.com/MJPMgIu.png
I tried to doubleclick on the first item this time and same result, it gave the correct index but sent a non-fitting character into the chat:
http://i.imgur.com/wgAaH5i.png
Again this is probably because the way easydialogs works, and yes obviously easydialogs was included after your include. Anyhow good include, just didn't work out in my case, good release.
Edit:
Images were too big so had to remove the img-tags, holy crap so big lmao.
Код:
CMD:editdealership(playerid, params[]) { Dialog_Show(playerid, EditDealershipCars, DIALOG_STYLE_PREVMODEL, "{7777FF}Edit Dealership Vehicles", "18631\tAdd more...", "Edit", "Cancel"); return 1; } Dialog:EditDealershipCars(playerid, response, listitem, inputtext[]) { if (response) { SendInfoMessage(playerid, "Pressed: %i", listitem); SendInfoMessage(playerid, "Pressed: %s", inputtext); } return 1; }
http://i.imgur.com/G9SJ4a8.png
I doubleclicked on index 1 (the second item) and the index printed correctly, however not the text (normally it would have printed out the objectid in this case since it is the first thing before "\t", like in normal dialogs.
http://i.imgur.com/5lQ4HSH.png
Then I used the command again and CJ was gone but instead two of the same thing popped up.
http://i.imgur.com/MJPMgIu.png
I tried to doubleclick on the first item this time and same result, it gave the correct index but sent a non-fitting character into the chat:
http://i.imgur.com/wgAaH5i.png
Again this is probably because the way easydialogs works, and yes obviously easydialogs was included after your include. Anyhow good include, just didn't work out in my case, good release.
Edit:
Images were too big so had to remove the img-tags, holy crap so big lmao.