stats password Hashed.
#1

Hey i have a "/stats" Cmd.
i got problem with the hash Pass (( i got Y_INI Register System ))
i want to see my real Pass, not hashed.
The Register SYSTEM: https://sampforum.blast.hk/showthread.php?tid=273088
The commnd:
Код:
	if (strcmp("/stats", cmdtext, true, 5) == 0)
	{
        SendClientMessage(playerid, 0xFFFFFFFF, "___________________________________________");
        SendClientMessage(playerid, 0xFFFFFFFF, " ");
        new string[128];
        new aname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, aname,sizeof(aname));
        format(string,sizeof(string), "           %s These are your stats:", aname);
        SendClientMessage(playerid, 0xFFFFFFFF,string);
        format(string,sizeof(string), "Password: %i", PlayerInfo[playerid][pPass]);
        SendClientMessage(playerid, 0xFFFFFFFF, string);
        format(string,sizeof(string), "Cash: %i", GetPlayerMoney(playerid));
        SendClientMessage(playerid, 0xFFFFFFFF, string);
        format(string,sizeof(string), "Kills: %i", PlayerInfo[playerid][pKills]);
        SendClientMessage(playerid, 0xFFFFFFFF, string);
        format(string,sizeof(string), "Deaths: %i", PlayerInfo[playerid][pDeaths]);
        SendClientMessage(playerid, 0xFFFFFFFF, string);
        format(string,sizeof(string), "Admin Level: %i", PlayerInfo[playerid][pAdmin]);
        SendClientMessage(playerid, 0xFFFFFFFF, string);
        SendClientMessage(playerid, 0xFFFFFFFF, "___________________________________________");
        return 1;
	}
Help please +Rep.
Reply


Messages In This Thread
stats password Hashed. - by Bug. - 03.11.2012, 13:43
Re: stats password Hashed. - by tyler12 - 03.11.2012, 13:44
Re: stats password Hashed. - by Bug. - 03.11.2012, 15:29
Re: stats password Hashed. - by Bug. - 03.11.2012, 16:22
Re: stats password Hashed. - by doreto - 03.11.2012, 16:25
Re: stats password Hashed. - by Bug. - 03.11.2012, 16:30
Re: stats password Hashed. - by YoYo123 - 03.11.2012, 17:48
Re: stats password Hashed. - by Danyal - 03.11.2012, 18:28
Re: stats password Hashed. - by Bug. - 03.11.2012, 22:23
Re: stats password Hashed. - by Bug. - 03.11.2012, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)