01.11.2012, 18:02
item[playerid]++ instead of that make it
item[playerid][SOMECOUNT] = result;
if you are able to see dialog already
and in dialogresponse
{
printf("no:%d",item[playerid][listitem] );
}
item[playerid][SOMECOUNT] = result;
if you are able to see dialog already
and in dialogresponse
{
printf("no:%d",item[playerid][listitem] );
}