23.05.2013, 19:55
Hey! Is it possible to reset the listitem variable back to 0 on the OnDialogResponse callback?
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
printf("%d",listitem);
listitem = 0;
printf("%d",listitem);
return 1;
}