19.10.2018, 10:40
Quote:
you gotta use strcmp, not strval.
strval will convert string (inputtext in this case) to an integer value. BUT.. that's not the good way to do this. you should encrypt/hash/encode you players' passwords DO NOT store them in plain text! which I believe what's you are doing right now. |