Login when no pass written in dialog
#1

Well, my login system is all-fine except for one thing.
When you type nothing in the dialog, you log-in.
Any ideas on how to block that?
Reply
#2

try
pawn Код:
if(!strcmp(inputtext, otherpasshere, false, 50))
{
 //do login process here
} else {
 //do login failed process here
}
Reply
#3

I got it fixed though, thanks for the comment anyway man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)