#1

if(udb_hash(inputtext) == PlayerInfo[playerid][pPass])

THats the line thats giving me the trouble I have debugged it I have tryed everything except the password always prints out to be the same in the file...
Reply
#2

Try using this code below.

pawn Код:
// change this
if(udb_hash(inputtext) == PlayerInfo[playerid][pPass])

// to this
if(udb_hash(inputtext) == udb_hash(PlayerInfo[playerid][pPass]))
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)