29.05.2012, 23:44
Quote:
|
i dont think the DIALOG_STYLE_MSGBOX type will call OnDialogResponse.
I had the same problem when trying something like this. |

pawn Код:
if(dialogid == MSG_BOX_STYLE_ID) // dialog ID of the dialog which uses MSG box style
{
if(response) //BUTTON 1
{
//your code
}
else // BUTTON 2
{
//your code
}
}
- DIALOG_STYLE_INPUT
- DIALOG_STYLE_PASSWORD


