What am I missing?
#2

pawn Код:
if(udb_hash(inputtext) == UserInfo[playerid][Password])
Should be:

pawn Код:
if(!strcmp(udb_hash(inputtext), UserInfo[playerid][Password], false))
Reply


Messages In This Thread
What am I missing? - by Scarred - 27.11.2011, 20:49
Re: What am I missing? - by Scenario - 27.11.2011, 20:53
Re: What am I missing? - by Scarred - 27.11.2011, 20:56
Re: What am I missing? - by Scenario - 27.11.2011, 20:59
Re: What am I missing? - by Scarred - 27.11.2011, 21:03
Re: What am I missing? - by Scenario - 27.11.2011, 21:12

Forum Jump:


Users browsing this thread: 2 Guest(s)