31.08.2018, 01:52
This should works
pawn Код:
case DIALOG_HOUSE_LIST:
{
if(response == 1 && inputtext[0])
{
printf("Player is click on ID : %i",strval(inputtext[1]));
}
}