What am I missing?
#3

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
pawn Код:
if(udb_hash(inputtext) == UserInfo[playerid][Password])
Should be:

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

error 035: argument type mismatch (argument 1)

Same line you posted above, the hash is an integer.
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)