07.10.2015, 19:09
You have to do it like this:
Or write it just like:
PHP код:
format(string1,sizeof(string1),udb_hash(inputtext));
format(string2,sizeof(string2),udb_hash(PlayerInfo[playerid][pPass]));
PHP код:
if(!strcmp(udb_hash(inputtext), udb_hash(PlayerInfo[playerid][pPass])))