Detect House ID from Dialog[How to improve code optimization]
#2

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)