[REL] Hashloader

Started by AdTec_224, Jan 09, 2015, 12:36 AM

Previous topic - Next topic

AdTec_224

HashLoader

Provides hash loading/saving/editing functions for Squirrel like those in the R2 Squirrel server.
Originally written by VRocker ported to 0.4 by AdTec_224.

Functions:

  • HLoad( name, filename );
  • HSave( name );
  • HClose( name );
  • HAdd( name, section, data );
  • HGet( name, section );
  • HInc( name, section, [amount] );
  • HDec( name, section, [amount] );
  • HDel( name, section );

Installation:

- Extract to plugins directory.
- In server.cfg, append HashLoader32 or HashLoader64 to the plugins line.

Download:
Windows Server (x86)
Windows Server (x64)
Linux Server (x86)
Linux Server (x64)

Source code

Notes:

The Windows version of this plugin is compiled with Visual Studio 2013 and therefore will require the Visual Studio 2013 redistributable files.

jayant

#1
The release is good for the one who uses hashes....I am trying to load HashLoader32 in ubuntu v86_64..But plugin is failing to load.

Fuzzie

You are using a 32-bit version of the module on a 64-bit version of Ubuntu. Download the 64-bit of the module and you should be good.,

jayant

I should have mentioned in above post that I also tried to load 64 bit,but same result.

AdTec_224


Cool

Bump!
Can any one rebulid Linux versions Not working with 003 and 004 not working with any one

Finch Real

My Snipet Showroom

http://pastebin.com/5KKuU5cg

Thijn

Sure, builds up at http://vcmp.thijn.ovh/builds/

Enjoy the big warning message though

Finch Real

I have downloaded Hashloader 32 and put it in server it shows hashloader plugin loaded but also gave error index HLoad Does not exist
My Snipet Showroom

http://pastebin.com/5KKuU5cg

Thijn

Quote from: Finch Real on Jun 13, 2016, 09:35 PMI have downloaded Hashloader 32 and put it in server it shows hashloader plugin loaded but also gave error index HLoad Does not exist
Works fine here on both 32 and 64 bit. Are you using linux or windows?

Finch Real

#10
I am using Windows well first  i have added all updated plugins then updated server32 and try to run it it first give error index CreateSphere does not exist when i remove that it show HLoad does not exist
My Snipet Showroom

http://pastebin.com/5KKuU5cg

Thijn

Your script is probably fucked up. Make a separate topic so this one doesn't get filled up with support questions.