For password identification
#3

It's not
pawn Код:
if(udb_hash(inputtext) == PlayerData[playerid][pPassword])
It's with string compare, because they are both strings.
pawn Код:
if(strcmp(udb_hash(inputtext),PlayerData[playerid][pPassword]) == 0)
Reply


Messages In This Thread
For password identification - by juraska - 08.08.2011, 18:44
Re: For password identification - by AndreT - 08.08.2011, 20:12
Re: For password identification - by FireCat - 08.08.2011, 20:14
Re : For password identification - by Soumi - 08.08.2011, 20:16
Re: For password identification - by Vince - 08.08.2011, 20:31
Re: For password identification - by juraska - 08.08.2011, 20:39
Re: For password identification - by juraska - 08.08.2011, 21:25
Re: For password identification - by Grim_ - 08.08.2011, 21:28
Re: For password identification - by juraska - 08.08.2011, 21:42

Forum Jump:


Users browsing this thread: 1 Guest(s)