Whats Wrong?
#3

I had to use this function...Was doing the same thing to me

pawn Код:
stock CheckPass(file[],password[])
{
    new buffer[129];
    WP_Hash(buffer, sizeof(buffer), password);
    if(strcmp(dini_Get(file,"Password"), buffer) == 0) return true;
    return false;
}
Made by MadeMan
Reply


Messages In This Thread
Whats Wrong? - by Littlehelper - 21.03.2012, 10:30
Re: Whats Wrong? - by Littlehelper - 21.03.2012, 11:33
Re: Whats Wrong? - by [ABK]Antonio - 21.03.2012, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)