21.09.2017, 00:15
Quote:
@Dignity: So i tested it using the following code and everything works fine. The listitem returned is correct.
PHP код:
|
PHP код:
#include <a_samp>
#include <dialogs>
#include <zcmd>
#include <easydialog>
main()
{
}
CMD:test(playerid)
{
Dialog_Show(playerid, TEST, DIALOG_STYLE_PREVMODEL, "Test", "0\n1\n2\n19130\n1318", "select", "close");
return 1;
}
Dialog:TEST(playerid, response, listitem, inputtext[])
{
printf("listitem = %i", listitem);
return 1;
}
@Dignity used object ids { 19528,19520,19521 } and you used (1,2,3) thats why it works for you