16.10.2013, 15:41
Somewhere near the top of gamemode:
Then later
You might want to consider some additional security stuff, because db connection data and that salt will be visible in plaintext in amx.
pawn Код:
static const hash_key[] = "4!$aw";
pawn Код:
hhash_hmac(H_SHA256, inputtext, hash_key, PlayerInfo[playerid][pPass], H_SHA256_LEN);