Password problem
#3

If he doesn't type anything you can use this:
pawn Код:
if(!strlen(inputtext)) return ShowPlayerDialog(playerid,1,3,"Login","{FF6347}Incorrect password!\n{A9C4E4}Type in your password to login","Login","Cancel");
Post that ^ under:
pawn Код:
if(strcmp(inputtext,pInfo[playerid][Pass]) == 0)
Reply


Messages In This Thread
Password problem - by Noles2197 - 18.02.2013, 02:20
Re: Password problem - by Glad2BeHere - 18.02.2013, 02:23
Re: Password problem - by JJB562 - 18.02.2013, 02:36
Re: Password problem - by Scenario - 18.02.2013, 02:59
Re: Password problem - by ReneG - 18.02.2013, 03:02

Forum Jump:


Users browsing this thread: 1 Guest(s)