View Single Post
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-28-2018 , 15:45   Re: Block Something in server
Reply With Quote #23

Code:
if(name[i] < 48 || name[i] > 90)

It replaces all the lower case chars because those do not range from 48-90, I didn't read the previous post, what is your intention here ?
__________________
stuff

Last edited by maqi; 06-28-2018 at 15:46.
maqi is offline