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.