Help with dialog input
#3

Try this. That PIN is only with numbers?
Код:
if (dialogid == DIALOG_PIN)
        {
            new PIN ;
            PIN = strval(inputtext);
            if(PIN == PlayerInfo[playerid][pPIN])
            {
                PinOk[playerid] = 1;
            }
            else
            {
                SendClientMessage(playerid, 0xFF0000FF, "PIN Incorect, mai incearca !");
            }

        
        }
Reply


Messages In This Thread
Help with dialog input [+rep] - by Smyle - 12.03.2012, 10:16
Re: Help with dialog input - by Smyle - 12.03.2012, 10:57
Re: Help with dialog input - by Bogdan1992 - 12.03.2012, 11:01
Re: Help with dialog input - by Smyle - 12.03.2012, 11:29
Re: Help with dialog input - by Bogdan1992 - 12.03.2012, 15:39
Re: Help with dialog input - by Smyle - 12.03.2012, 15:43
Re: Help with dialog input - by Bogdan1992 - 12.03.2012, 15:47

Forum Jump:


Users browsing this thread: 1 Guest(s)