y_ini case sensitive on linux?
#1

I have problems with the usernames of my players. There can be for example Mike, MIKE,MiKE. How to make the system case sensitive?
Reply
#2

In case of using Strcmp: https://sampwiki.blast.hk/wiki/Strcmp - check the 'ignorecase' parameter!
Reply
#3

He is asking to make the copying stuff case sensitive, I think.
And If you really just want to check the names, the ignorecase of the strcmp can help, as said above
Reply
#4

I want when a person connects with a nick Mike or MIKE or MiKE and one of them is registered to go to the login dialog
I want to remove case sensitive
How can this happen?
Reply
#5

Store everything in lower case to begin with. So if someone name 'Mike' joins, convert it to lower case 'mike' and use that as base filename.
Reply
#6

Did i need to delete all registrations because they are not all in lower case?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)