Help not saving [Dini]
#3

Quote:
Originally Posted by XavierJ
Посмотреть сообщение
Can you show the OnDialogResponse part for the register dialog?
PHP код:
if (dialogid == DIALOG_REGISTER)
    {
        if (
response)
        {
            if (
dini_Isset(AddDirFile(dir_datafilesFILE_TOTALSTAT), "regdis"))
                return 
SendClientMessage2(playeridCOLOR_RED"Registration is currently disabled. Please try again later.");
            
temp1 dini_Int(AddDirFile(dir_datafilesFILE_TOTALSTAT), "users");
            if (
temp1 == 99999999)
                return 
SendClientMessage2(playeridCOLOR_RED"Max account limit reached.");
            if (
strlen(inputtext) < || strlen(inputtext) > 18) {
                
ShowPlayerDialog2(playeridDIALOG_REGISTERDIALOG_STYLE_PASSWORD"Register an account""You must register an account to play in this server.\n\nType a password below to register an account.\n\n{E60026}Password length must be between 6-18 chars.""Continue""Cancel");
                
SendClientMessage2(playeridCOLOR_RED"Your password must be between 6-18 characters.");
                return 
1;
            }
            
SetPVarInt(playerid"confirmpass"num_hash(inputtext));
            
ShowPlayerDialog2(playeridDIALOG_REGISTER_CONFIRMDIALOG_STYLE_PASSWORD"Register an account""Please confirm your password.""Register""Cancel");
        }
        else {
            
SendClientMessage2(playeridCOLOR_WHITE"You must register to play! Type /register to continue.");
        }
        return 
1;
    } 
Reply


Messages In This Thread
Help not saving [Dini] - by BulletRaja - 19.01.2018, 13:00
Re: Help not saving [Dini] - by XavierJ - 19.01.2018, 21:00
Re: Help not saving [Dini] - by BulletRaja - 20.01.2018, 06:53
Re: Help not saving [Dini] - by jasperschellekens - 20.01.2018, 13:25
Re: Help not saving [Dini] - by XavierJ - 20.01.2018, 13:40
Re: Help not saving [Dini] - by BulletRaja - 20.01.2018, 17:38
Re: Help not saving [Dini] - by jasperschellekens - 20.01.2018, 19:42
Re: Help not saving [Dini] - by mongi - 20.01.2018, 21:53

Forum Jump:


Users browsing this thread: 1 Guest(s)