Problem with 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: Problem with WP_Hash (
/showthread.php?tid=544491)
Problem with WP_Hash -
Er1kas - 02.11.2014
Hey all, I have little problem.. can you help my ?
I have error, bet server is on.
[10:34:19] Error: Function not registered: 'WP_Hash'
[10:34:19] Number of vehicle models: 0
I have Whirlpool plugin.
Re: Problem with WP_Hash -
Quickie - 02.11.2014
add this on top of your script under includes
pawn Код:
native WP_Hash(_buffer[], len, const str[]);
Re: Problem with WP_Hash -
Er1kas - 02.11.2014
I have this..
Re: Problem with WP_Hash -
VinPure - 02.11.2014
you have plugin whirlpool in your server.cfg
if not you need get it
https://sampforum.blast.hk/showthread.php?tid=65290
Re: Problem with WP_Hash -
Er1kas - 02.11.2014
„I have Whirlpool plugin.”
Re: Problem with WP_Hash -
Er1kas - 02.11.2014
Do anyone know how to fix this problem ??
Re: Problem with WP_Hash -
Thomaske - 02.11.2014
update all your plugins to the latest versions, then recompile script, it will be fixed then.