05.08.2016, 13:28
Quote:
No. Make the output of the hash uppercase, not the password itself.
|
As this did not work out well:
if(!strcmp(strtoupper(hashpass), charData[playerid][characterpass]))
Do I need to make a stock function or something?