Posts: 311
Threads: 100
Joined: Jan 2014
Reputation:
0
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
Posts: 173
Threads: 8
Joined: Dec 2013
Reputation:
0
19.02.2014, 21:23
(
Последний раз редактировалось xo; 19.02.2014 в 23:04.
)
Use strlower(string[]); to make the name in lower case and then all names ( in files ) will be in lower case
Posts: 1,690
Threads: 18
Joined: Jul 2012
Reputation:
0
You want to make it like how?
(exAmPlE) or (Example)
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
What do you use for saving/loading user accounts? This can happen in SQLite and it can be fixed with COLLATE NOCASE.
Posts: 173
Threads: 8
Joined: Dec 2013
Reputation:
0
Show codes onplayerconnect
Posts: 173
Threads: 8
Joined: Dec 2013
Reputation:
0
Fixed in private. have fun.