Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Cool on Jun 12, 2016, 10:55 PM

Title: Hashing
Post by: Cool on Jun 12, 2016, 10:55 PM
when ever i try to load hast its says HLoad does not exists i have plgin and i added in server.cfg also
//onscriptload LoadHashes();
function LoadHashes()
{
    HLoad( "exam", "abbas/Pwd.hsh" );
}
and also same problem at saving hashes
function SaveHashes()
{
    HSave( "Pwd" );
}
timer on scriptload
   //NewTimer( "SaveHashes", 14000, 0 );
Title: Re: Hashing
Post by: Finch Real on Jun 12, 2016, 11:12 PM
Well If you are using window x64 bit then it won't work 64 bit hashloader is bug use 32 even u have window 64 bit it will works i have tested
Title: Re: Hashing
Post by: Cool on Jun 12, 2016, 11:17 PM
not working i am already with 32 can you give me link hashloader of your
@Finch Real
Title: Re: Hashing
Post by: KAKAN on Jun 13, 2016, 07:51 AM
Quote from: Hercules on Jun 12, 2016, 11:17 PMnot working i am already with 32 can you give me link hashloader of your
@Finch Real
Why to use that when there are some better solutions? MySQL, SQLite and INI?
Title: Re: Hashing
Post by: Finch Real on Jun 13, 2016, 08:06 AM
Well For your Kind of Information @Hercules use HashLoader32 not hashing Anyway I have pm you the Plugins
Title: Re: Hashing
Post by: Cool on Jun 13, 2016, 10:46 AM
Quote from: KAKAN on Jun 13, 2016, 07:51 AM
Quote from: Hercules on Jun 12, 2016, 11:17 PMnot working i am already with 32 can you give me link hashloader of your
@Finch Real
Why to use that when there are some better solutions? MySQL, SQLite and INI?
hmm Now i will try to change sqlite from hash