26.02.2016, 12:16
Hello,
Is possible to make the dini password show as words not with numbers? Thanks
Is possible to make the dini password show as words not with numbers? Thanks
if(dini_Exists(string2))
{
new password2 = num_hash(password);
if(dini_Int(string2,"Lozinka") == password2)
{
PlayerInfo[playerid][pLozinka] = dini_Int(string2,"Lozinka");
dini_IntSet(string3, "Lozinka",PlayerInfo[playerid][pLozinka]);
dini_Create(file);
new password2 = num_hash(password);
PlayerInfo[playerid][pLozinka] = password2;
PlayerInfo[playerid][pReg] = 1;
PlayerInfo[playerid][pLevel] = 3;
PlayerInfo[playerid][pCash] = GetPlayerMoney(playerid);
SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);
dini_IntSet(file, "Lozinka",password2);