Anyone got Noided's hash module to work on servers?
3 replies, posted
Hey, I am trying to use [URL="https://github.com/noided/hash/tree/master/vc2012"]Noided's hash module[/URL] to hash passwords and run them against my website's database. It works like a charm on singleplayer, but when I try to use it on my server it can't find the module. I put it in garrysmod/garrysmod/lua/bin, garrysmod/garrysmod/bin, and garrysmod/bin but it still doesn't work. I know it is kind of old (9 months since last update) but it works on singleplayer and I think it is rather wierd that it doesent work on servers too. Anyone else got it to work on their server, or another md5 hash module
The module is clientside, you could rename it to be gmsv_ instead of gmcl_ but it could just crash it or something.
Serverside modules should be prefixed with [I]gmsv_[/I] instead of [I]gmcl_[/I] which is for clients.
[editline]18th November 2014[/editline]
hnng
Oh, I'll give that a shot.
[editline]18th November 2014[/editline]
It works, thank you very much.
Sorry, you need to Log In to post a reply to this thread.