30.07.2010, 08:48
Meh^^. Try:
If it wont work:
Is it still doesn't work:
Is the udb_hash making a number code? And is "password" a number code, or letters?
pawn Код:
if(!strcmp(udb_hash(params), password, false))
pawn Код:
new tmp[256];
format(tmp, 256, "%s", udb_hash(params));
if(!strcmp(tmp, password, false))
Is the udb_hash making a number code? And is "password" a number code, or letters?