Posts: 130
Threads: 30
Joined: Jan 2013
Reputation:
0
I've included all the plugins on my server.cfg and I have them all in my plugins folder. I'm trying to use it and it returns the error, "Funtion not registered: 'WP_Hash'. Any ideas?
I'll post a picture of my server.cfg/Plugins folder if neccessary.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Load Whirlpool plugin because it is necessary for your gamemode since it uses WP_Hash.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Post the server_log.txt
Does it say Whirlpool was loaded successfully? It shouldn't say that since it's not a registered function.
Posts: 128
Threads: 34
Joined: Apr 2013
Reputation:
0
Try adding .dll at the end of every plugin on the server.cfg and see if it helps if ur running linux use .so
Posts: 285
Threads: 20
Joined: Jul 2013
Reputation:
0
Actually if you put nativechecker last in the list (I mean after sscanf) you won't receive that error.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
EDIT: The solution is the above post.