23.09.2016, 21:26
Replace with:
otherwise you would need to use either Dialogs: DIALOG_REGISTER or _: DIALOG_REGISTER which is not very convenient.
pawn Код:
enum
{
DIALOG_REGISTER,
DIALOG_LOGIN,
DIALOG_SUCCESS_1,
DIALOG_SUCCESS_2
};