03.08.2016, 05:15
I noticed on my server for example you have a registered account name: John_Doe
then you tried to login to john_doe you can register it
How do a case insensitive upon registration on file checking? on windows there's no problem but on linux
Here's my code
then you tried to login to john_doe you can register it
How do a case insensitive upon registration on file checking? on windows there's no problem but on linux
Here's my code
PHP код:
format(string, sizeof(string), "users/%s.ini", playername2);
new File: UserFile = fopen(string, io_read);
if(UserFile)