Login System Not Working
#4

Quote:
Originally Posted by Matess
Посмотреть сообщение
pawn Код:
new file[64], password[256], IP[16];
            WP_Hash(password, sizeof(password), inputtext);
            //format(password, sizeof(password), "%s", dini_Get(file, "Password"));
            format(file, sizeof(file), "users/%s.ini", RPNU(playerid));
            if(strcmp(dini_Get(file, "Password"), password))
            {
                SendClientMessage(playerid, COLOR_LIGHTRED, "SERVER: {FFFFFF}Invalid password.");
                ShowDialog(playerid, 2);
                return 1;
            }
I F**king love you man. Such a simple thing and I didn't realize it. Thanks a lot.

+ Rep
Reply


Messages In This Thread
Login System Not Working - by Ciarannn - 18.01.2015, 16:30
Re: Login System Not Working - by Ciarannn - 18.01.2015, 20:23
Re: Login System Not Working - by Matess - 18.01.2015, 21:29
Re: Login System Not Working - by Ciarannn - 18.01.2015, 22:07

Forum Jump:


Users browsing this thread: 3 Guest(s)