05.07.2014, 12:55
like this
pawn Код:
if(dialogid == DRUG_SHOP_MENU && response == 1)
{
new amount = strval(inputtext); //now in "amount" the the amount user entered is stored use it
}

