Problem In Login System
#6

Getting One Warning Fix Please
Quote:

C:\Users\Anurag\Desktop\3G CNR\gamemodes\3GCNR.pwn(6005) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

By Using This Code
Код:
   case DIALOG_LOGIN:
        {
            if (!response) return Kick(playerid);
            if( response )
            {
                  if(!strcmp(inputtext, dini_Get(UserPath(playerid), "Password", false)))
                {
                    ShowPlayerDialog(playerid, DIALOG_SUCCESS_2, DIALOG_STYLE_MSGBOX,"{008000}Success!","{FFFF00}You have successfully logged in!","Ok","");
                }
                else
                {
                   ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Login","{FF0000}You have entered an incorrect password.\n""Type your password below to login.","Login","Quit");
                }
                return 1;
            }
        }
    }
Reply


Messages In This Thread
Problem In Login System - by CarRamper - 18.08.2016, 08:53
Re: Problem In Login System - by Tass007 - 18.08.2016, 09:15
Re: Problem In Login System - by CarRamper - 18.08.2016, 09:51
Re: Problem In Login System - by Tass007 - 18.08.2016, 10:03
Re: Problem In Login System - by Konstantinos - 18.08.2016, 10:11
Re: Problem In Login System - by CarRamper - 18.08.2016, 10:11
Re: Problem In Login System - by Tass007 - 18.08.2016, 11:08

Forum Jump:


Users browsing this thread: 2 Guest(s)