Whirlpool problem.
#1

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.
Reply
#2

Add this:

pawn Код:
native WP_Hash(buffer[], len, const str[]);
Reply
#3

That is in my script. That exact line.

Reply
#4

Load Whirlpool plugin because it is necessary for your gamemode since it uses WP_Hash.
Reply
#5






I assumed I already had.
Reply
#6

Post the server_log.txt

Does it say Whirlpool was loaded successfully? It shouldn't say that since it's not a registered function.
Reply
#7

pawn Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x-R2, (C)2005-2013 SA-MP Team

[16:30:03]
[16:30:03] Server Plugins
[16:30:03] --------------
[16:30:03]  Loading plugin: mysql
[16:30:03]  >> plugin.mysql: R34 successfully loaded.
[16:30:03]   Loaded.
[16:30:03]  Loading plugin: nativechecker
[16:30:03]   Loaded.
[16:30:03]  Loading plugin: whirlpool
[16:30:03]  
[16:30:03]  ==================
[16:30:03]  
[16:30:03]   Whirlpool loaded
[16:30:03]  
[16:30:03]  ==================
[16:30:03]  
[16:30:03]   Loaded.
[16:30:03]  Loading plugin: sscanf
[16:30:03]

[16:30:03]  ===============================

[16:30:03]       sscanf plugin loaded.    

[16:30:03]          Version:  2.8.1        

[16:30:03]    (c) 2012 Alex "******" Cole  

[16:30:03]  ===============================

[16:30:03]   Loaded.
[16:30:03]  Loaded 4 plugins.

[16:30:03]
[16:30:03] Filterscripts
[16:30:03] ---------------
[16:30:03]   Loaded 0 filterscripts.

[16:30:03]    Error: Function not registered: 'WP_Hash'
[16:30:06] Number of vehicle models: 0
Reply
#8

Try adding .dll at the end of every plugin on the server.cfg and see if it helps if ur running linux use .so
Reply
#9

Actually if you put nativechecker last in the list (I mean after sscanf) you won't receive that error.
Reply
#10

EDIT: The solution is the above post.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)