[Error] Function not registered: 'WP_Hash' - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Error] Function not registered: 'WP_Hash' (
/showthread.php?tid=582989)
[Error] Function not registered: 'WP_Hash' -
LuKkY - 24.07.2015
·I have this error on my server console and I have the Whirlpool plugin on the last version and including in plugins on the server.cfg
*I think cause' of this, my files .ini for users are in blank.
And I see a line code of the register system that say this;
Code:
WP_Hash(hash, sizeof(hash), inputtext);
So, somebody have any idea what can be the solution of the error Function not registered: 'WP_Hash'?
Thanks for reading me
Re: [Error] Function not registered: 'WP_Hash' -
XVlaDX - 24.07.2015
native WP_Hash(buffer[], len, const str[]);
^ Add that somewhere near the top of your gamemode.
Respuesta: Re: [Error] Function not registered: 'WP_Hash' -
LuKkY - 24.07.2015
Quote:
Originally Posted by XVlaDX
native WP_Hash(buffer[], len, const str[]);
^ Add that somewhere near the top of your gamemode.
|
I have it yet. And the same problem in the console continue.
Re: [Error] Function not registered: 'WP_Hash' -
XVlaDX - 24.07.2015
You have the Whirlpool plugin installed ?
https://sampforum.blast.hk/showthread.php?tid=570945
Respuesta: Re: [Error] Function not registered: 'WP_Hash' -
LuKkY - 24.07.2015
Quote:
Originally Posted by XVlaDX
|
Yes, and I put in the server.cfg in plugins to.
Re: [Error] Function not registered: 'WP_Hash' -
XVlaDX - 24.07.2015
Did it load? Check your server logs.
Respuesta: Re: [Error] Function not registered: 'WP_Hash' -
LuKkY - 24.07.2015
Quote:
Originally Posted by XVlaDX
Did it load? Check your server logs.
|
Yes, the plugin load;
But look after a few secon's of this;
Re: [Error] Function not registered: 'WP_Hash' -
PT - 24.07.2015
Put Whirlpool on server.cfg before nativechecker if is not.
Respuesta: Re: [Error] Function not registered: 'WP_Hash' -
LuKkY - 24.07.2015
Quote:
Originally Posted by PT
Put Whirlpool on server.cfg before nativechecker if is not.
|
Re: Respuesta: Re: [Error] Function not registered: 'WP_Hash' -
PT - 24.07.2015
Quote:
Originally Posted by LuKkY
|
try reverse. Sorry