Quote:
|
Originally Posted by Joe Staff
EDITTED* Misread
I think you're problem is here
pawn Код:
strmid(AccountInfo[playerid][Password], value, 0, strlen(value)-1, 128);
Are you taking in account the label you've added? "Password = FAREAA673ASDAS" for example, you're trying to get the string starting from 0, so you're string is going to be "Password = FAREA" not what you want it to be, "FAREAA673ASDAS"
|
I see. Well, I wasnt the one that made this, so I am having a little bit of difficulty with understanding some things at the moment, is there anyway I can change this so that it can get the WP_Hash?