y_ini help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: y_ini help (
/showthread.php?tid=554960)
y_ini help -
earlybird325 - 05.01.2015
https://sampforum.blast.hk/showthread.php?tid=352703
Im using this for a account system.
It works, but if my user connect with a different style name, 1. hello 2.HELLO it tells them to register a new account?
anyhelp pls?
Re: y_ini help -
ikkentim - 05.01.2015
when you read or write from/to the user's ini file, convert the name to lower case (
https://sampwiki.blast.hk/wiki/Tolower )
ps. click on the 'first world problems' link in my signature if you want quicker and better help from people.
Re: y_ini help -
earlybird325 - 06.01.2015
I'm getting confused when u say tolower function. can you help me pls
I tried to do it but failed.
Re: y_ini help -
ATGOggy - 06.01.2015
This is a simple login/register system that I still uses in my script.
I suggest you to use this. This problem too will be fixed.