09.05.2013, 15:40
I know MySQL but I always had problems with MySQL in SAMP -.- (It was quite a shitty job since I used aloooot data for players).
Before I take a look at this, try to store the password in a string and compare the inputtext with that string
.
Or you can use for exampler Adler32 hash so the password will be an integer so checking is even simplier.
- Kwarde
Before I take a look at this, try to store the password in a string and compare the inputtext with that string

Or you can use for exampler Adler32 hash so the password will be an integer so checking is even simplier.
- Kwarde