26.11.2016, 18:49
Hmm you are using this dialog on any timer or maybe you are doing something wrong on dialog response? like if you are using
PHP код:
if(dialogid == DIALOG_TRADE)
{
if(reponse)
{
//Your stuff
}
else
{
//Showing DIALOG_TRADE again
}
}