04.02.2012, 18:43
Quote:
pawn Код:
you would use your hashPassword to save it hashed because you did WP_Hash(hashPassword, 129, inputtext); format(APlayerData[playerid][Password], 32, "%s", field[2]); is how/where we store their password from the mysql stuff right? and WP_Hash(hashPassword, 129, inputtext); is where we hash the password they typed I surmise it would be something like this after you load it... pawn Код:
|