Help need

Can someone help me making a script that kicks people out of game if they have steam name with special characters thanks

because my database is note saving peoples name when they have a special character in their name
so i need a scripts that disables people that have special characters as steam id to connect thanks

Rather than kick people because you can’t fix something, how about you try changing the encoding of the username field to utf8mb4_unicode_ci to see if that solves your issue first?

That’s a good idea! I’m sure you can do it, and I encourage you to try your best. I agree with schwim that it could be an encoding problem. It also wouldn’t surprise me if something with SQL is escaping those usernames and messing something up. Keep that in mind