[HELP]How can I check a password
#6

pawn Код:
if() != 0)//huh?
Use strcmp to compare the inputtext with the password:
pawn Код:
if(!strcmp(password2, inputtext))
But before, try it on a host if you're testing it on your pc now.

EDIT : you're using any plugin/function to encrypt the password?
Reply


Messages In This Thread
[HELP]How can I check a password - by burnfire - 15.03.2013, 14:55
Re: [HELP]How can I check a password - by DiGiTaL_AnGeL - 15.03.2013, 14:57
Re: [HELP]How can I check a password - by burnfire - 15.03.2013, 14:59
Re: [HELP]How can I check a password - by zxc1 - 15.03.2013, 15:04
Re: [HELP]How can I check a password - by burnfire - 15.03.2013, 15:06
Re: [HELP]How can I check a password - by DiGiTaL_AnGeL - 15.03.2013, 15:06
Re: [HELP]How can I check a password - by burnfire - 15.03.2013, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)