Password problems
#1

I'm using this scripts but the password isn't saved on scriptfiles/users/blablabla.ini
pawn Код:
new file[64], IP[16], string[128], password[256];
            format(file, sizeof(file), "users/%s.ini", RPNU(playerid));
            if(!dini_Exists(file))
            {
                GetPlayerIp(playerid, IP, sizeof(IP));
                dini_Create(file);
                dini_Set(file, "Password", password);
                dini_Set(file, "IP", IP);
                PlayerInfo[playerid][pLevel] = 1;
                dini_IntSet(file, "Level", PlayerInfo[playerid][pLevel]);
                format(string, sizeof(string), "SERVER: {FFFFFF}You have successfully registered on {FF6347}blablabla Roleplay{FFFFFF}.", inputtext);
                SendClientMessage(playerid, COLOR_LIGHTRED, string);
Reply


Messages In This Thread
Password problems - by Latisha - 18.05.2013, 16:25
Re: Password problems - by Vince - 18.05.2013, 16:28
Re: Password problems - by Latisha - 18.05.2013, 16:31
Re: Password problems - by Xoomer - 18.05.2013, 16:35
Re: Password problems - by Latisha - 18.05.2013, 16:47
Re: Password problems - by Latisha - 18.05.2013, 17:38
Re: Password problems - by Revo - 18.05.2013, 18:51
Re: Password problems - by GWMPT - 18.05.2013, 19:24
Re: Password problems - by Latisha - 19.05.2013, 01:43

Forum Jump:


Users browsing this thread: 2 Guest(s)