28.10.2012, 05:42
Do you Have Anyvariable for Password such as pInfo[playerid][Pass] and all... ?
if u have then use this one
if u have then use this one
pawn Код:
new hashpass[129];
WP_Hash(hashpass,sizeof(hashpass),inputtext);
if(!strcmp(hashpass,pInfo[playerid][Pass]))
{
///Code

