How to check if inputtext == Password ? ..
#3

Код:
if(response)
{
    if(inputtext == PlayerInfo[playerid][pPassword])
    {
         // If you're using a hash (which you should be), it'll be 'if(Hash(inputtext) == PlayerInfo[playerid][pPassword])'
    }
    else
    {
        SendClientMessage(playerid, COLOUR, "Wrong password!");
    }
}
Reply


Messages In This Thread
How to check if inputtext == Password ? .. - by Metharon - 24.05.2014, 19:58
Re : How to check if inputtext == Password ? .. - by S4t3K - 24.05.2014, 20:32
Re: How to check if inputtext == Password ? .. - by eXeDev - 24.05.2014, 21:10
Re: How to check if inputtext == Password ? .. - by SickAttack - 24.05.2014, 21:18
Re: How to check if inputtext == Password ? .. - by eXeDev - 24.05.2014, 21:23
Re: How to check if inputtext == Password ? .. - by YoungKris - 24.05.2014, 21:28
Re: How to check if inputtext == Password ? .. - by eXeDev - 24.05.2014, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)