Login Problem
#4

Sure, put a whole password in one cell of an array. <.<

pawn Код:
new
    tmppass[64];

if(sscanf(params, "s", tmppass))
{
    SendClientMessage(playerid, RED, "BENUTZE: /login [PASSWORT]");
}
else
{
    // ...
    if (udb_hash(tmppass) == password)
    {
        // ...
    }
}
Reply


Messages In This Thread
Login Problem - by Jonni8 - 29.07.2010, 15:06
Re: Login Problem - by Kar - 29.07.2010, 15:12
Re: Login Problem - by Jeffry - 29.07.2010, 15:13
Re: Login Problem - by Vince - 29.07.2010, 15:39
Re: Login Problem - by Jonni8 - 29.07.2010, 16:24
Re: Login Problem - by Jeffry - 30.07.2010, 08:48
Re: Login Problem - by Jonni8 - 30.07.2010, 21:50
Re: Login Problem - by Jeffry - 31.07.2010, 09:20

Forum Jump:


Users browsing this thread: 1 Guest(s)