How i can use strcmp for this [REP + ho help]
#9

forgot to remove the ! from isnull
pawn Код:
if(isnull(inputtext))
{
    SCM(playerid, COLOR_LIGHTRED, "{157DEC}You are not type an{FFFFFF}Email");
    ShowPlayerDialog(playerid, 6, DIALOG_STYLE_INPUT, "E-Mail", "{FFFFFF}Please type your{157DEC}e-mail       {FFFFFF}adress", "Ok", "" );
    return 1;
}
basically what you were doing was if it wasn't empty.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)