08.05.2012, 19:30
Quote:
Ok I sorted it out, but how would I get their password? because its hashed straight away, I only want their password for this(first login):
Код:
format(Astring, sizeof(Astring), "You have successfully made an account \n\nAccount Name: %s\nPassword: %s", GetName(playerid), PlayerInfo[playerid][pPass]); |
-FalconX