15.03.2011, 22:49
Making a '#' only allows 1 digit. Do it like this:
pawn Код:
if(!strfind(inputtext,"password", true))
{
//Do stuff here
}else {
//Do something here if password is incorrect
}