Resetting listitem
#1

Hey! Is it possible to reset the listitem variable back to 0 on the OnDialogResponse callback?
Reply
#2

yes you can change it where should be the problem .

you can try it by yourself if you want
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	printf("%d",listitem);
	listitem = 0;
	printf("%d",listitem);
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)