2021-03-07, 11:12 AM
You can put this into your gamemode somewhere:
This should be enough, I don't include Whirlpool in my gamemode just the plugin, and works fine.
Code:
native WP_Hash(buffer[], len, const str[]); //This is a Whirlpool function, we will need that to store the passwords.
This should be enough, I don't include Whirlpool in my gamemode just the plugin, and works fine.