09.04.2017, 18:57
Probably this line is causing error:
You have to use strcmp to compare strings.
https://sampwiki.blast.hk/wiki/Strcmp
Also, you can't use "else" twice. There is only one "if". And you have too much closing brackets.
Quote:
if(udb_hash(inputtext) == PlayerInfo[playerid][PASSWORD]) |
https://sampwiki.blast.hk/wiki/Strcmp
Also, you can't use "else" twice. There is only one "if". And you have too much closing brackets.