login/register 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: login/register Help (
/showthread.php?tid=495991)
login/register Help -
alishvasis - 19.02.2014
Hi alls.I Have Login And Register Whith Dialog System But On Register SYstem With small and large alphabet Name
Can Make Current Id.Example:
KILLER
Other Can Make killer , kiLLeR ,KillER And....
How To Fix It?
Sry For My Bad English
Re: login/register Help -
xo - 19.02.2014
Use strlower(string[]); to make the name in lower case and then all names ( in files ) will be in lower case
Re: login/register Help -
Bingo - 19.02.2014
You want to make it like how?
(exAmPlE) or (Example)
Re: login/register Help -
alishvasis - 19.02.2014
Quote:
Originally Posted by XO
Use tolower(string[]); to make the name in lower case and then all names ( in files ) will be in lower case
|
how To Make tolower(string[]); ? Help TNX
Re: login/register Help -
Konstantinos - 19.02.2014
What do you use for saving/loading user accounts? This can happen in SQLite and it can be fixed with COLLATE NOCASE.
Re: login/register Help -
alishvasis - 19.02.2014
Quote:
Originally Posted by Konstantinos
What do you use for saving/loading user accounts? This can happen in SQLite and it can be fixed with COLLATE NOCASE.
|
Not Sql Its dini_IntSet How To Fix It Help Pls TnQ
Re: login/register Help -
xo - 19.02.2014
Show codes onplayerconnect
Re: login/register Help -
alishvasis - 19.02.2014
Quote:
Originally Posted by XO
Show codes onplayerconnect
|
I Sended Private
Re: login/register Help -
xo - 20.02.2014
Fixed in private. have fun.