SA-MP Forums Archive
Error 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: Error with WP_Hash (/showthread.php?tid=560306)



Error with WP_Hash - NewbieTester - 28.01.2015

I already searched ****** for this problem but none of their suggestions helped me.
Anyone here know how to fix this Issue?
Here's what server.log gives me after opening samp-server.exe

Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[09:40:30] announce = 1  (bool)
[09:40:30] 
[09:40:30] Server Plugins
[09:40:30] --------------
[09:40:30]  Loading plugin: audio
[09:40:30] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[09:40:30]   Loaded.
[09:40:30]  Loading plugin: streamer
[09:40:30] 

*** Streamer Plugin v2.7.5 by Incognito loaded ***

[09:40:30]   Loaded.
[09:40:30]  Loading plugin: sscanf
[09:40:30] 

[09:40:30]  ===============================

[09:40:30]       sscanf plugin loaded.     

[09:40:30]          Version:  2.8.1        

[09:40:30]    © 2012 Alex "******" Cole  

[09:40:30]  ===============================

[09:40:30]   Loaded.
[09:40:30]  Loading plugin: nativechecker
[09:40:30]   Loaded.
[09:40:30]  Loading plugin: Whirlpool
[09:40:30]  
[09:40:30]  ==================
[09:40:30]  
[09:40:30]   Whirlpool loaded
[09:40:30]  
[09:40:30]  ==================
[09:40:30]  
[09:40:30]   Loaded.
[09:40:30]  Loaded 5 plugins.

[09:40:30] 
[09:40:30] Filterscripts
[09:40:30] ---------------
[09:40:30]   Loading filterscript 'buttons.amx'...
[09:40:30]   Loaded 1 filterscripts.

[09:40:30]    Error: Function not registered: 'WP_Hash'
[09:40:30] *** Audio Plugin: Started TCP server on port 7777
[09:40:30] Loading Turfs.



Re: Error with WP_Hash - Lynn - 28.01.2015

Native checker should be at the end of your line in server cfg.
ie:
plugins mysql sscanf Whirlpool nativechecker

Also, make sure your sscanf, streamer and Whirlpool are up to date.