29.07.2010, 15:39
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)
{
// ...
}
}