03.04.2014, 09:41
Do you have other scripts that have a dialog system?
If so, check if the dialog ID's differ from each other.
This is what you should check.
You can change the ID's of these DIALOG's to a number that you know is not in use.
If so, check if the dialog ID's differ from each other.
Код:
#define DIALOG_REGISTER 101 #define DIALOG_LOGIN 102 #define DIALOG_SUCCESS_1 103 #define DIALOG_SUCCESS_2 104 #define DIALOG_STATS 100
You can change the ID's of these DIALOG's to a number that you know is not in use.


