registration system error
#5

PHP код:
#define DIALOG_REGISTRO 
need to be
PHP код:
#define DIALOG_REGISTRO 0 
But in my opinion you should go for a enum for dialogs

PHP код:
enum ServerDialogs {
    
DIALOG_REGISTRO,
    
DIALOG_LOGIN,
    
DIALOG_WHATEVER
    
//and so on

Reply


Messages In This Thread
registration system error - by MitsuK - 20.10.2018, 17:36
Re: registration system error - by khRamin78 - 20.10.2018, 18:20
Re: registration system error - by GangstaSunny. - 20.10.2018, 18:24
Re: registration system error - by MitsuK - 20.10.2018, 19:54
Re: registration system error - by GangstaSunny. - 20.10.2018, 20:29
Re: registration system error - by MitsuK - 20.10.2018, 22:13
Re: registration system error - by GangstaSunny. - 20.10.2018, 22:46
Re: registration system error - by MitsuK - 20.10.2018, 23:40
Re: registration system error - by GangstaSunny. - 20.10.2018, 23:46
Re: registration system error - by v1k1nG - 21.10.2018, 09:42
Re: registration system error - by GangstaSunny. - 21.10.2018, 10:29
Re: registration system error - by v1k1nG - 21.10.2018, 10:41

Forum Jump:


Users browsing this thread: 3 Guest(s)