enum expected token
#5

I think its because you are not setting the value of the dialogs (dialogids)

Try doing it like this:

Код:
enum dialogs
{
DIALOG_LOGIN,
DIALOG_REGISTER,
DIALOG_SEX,
DIALOG_AGE,
DIALOG_EMAIL
}

new DialogID[dialogs];

DialogID[DIALOG_LOGIN] = 1 /*Any unique id*/;
DialogID[DIALOG_REGISTER] = 2 /*Any unique id*/;
DialogID[DIALOG_SEX] = 3 /*Any unique id*/;
DialogID[DIALOG_AGE] = 4 /*Any unique id*/;
DialogID[DIALOG_EMAIL] = 5 /*Any unique id*/;
Reply


Messages In This Thread
enum expected token - by Mister0 - 24.07.2016, 08:37
Re: enum expected token - by Vince - 24.07.2016, 09:00
Re: enum expected token - by Mister0 - 24.07.2016, 09:36
Re: enum expected token - by Mister0 - 24.07.2016, 09:47
Re: enum expected token - by K0P - 24.07.2016, 10:00
Re: enum expected token - by Deadpoop - 24.07.2016, 10:04
Re: enum expected token - by K0P - 24.07.2016, 10:27
Re: enum expected token - by J0sh... - 24.07.2016, 10:38
Re: enum expected token - by Konstantinos - 24.07.2016, 10:38
Re: enum expected token - by K0P - 24.07.2016, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)