WP_HASH Not registered - 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: WP_HASH Not registered (
/showthread.php?tid=569462)
WP_HASH Not registered -
izeatfishz - 30.03.2015
It says this upon registering, it's using a linux server, everything is fine but the gamemode is unknown when we try.
log:
http://pastebin.com/gBN7D2u5
Re: WP_HASH Not registered -
rootcause - 30.03.2015
I don't know if thats the issue but If I remember correctly, file names are case sensitive on Linux. Try replacing whirlpool.so with Whirlpool.so.
Re: WP_HASH Not registered -
maximthepain - 30.03.2015
Код:
native WP_Hash(buffer[], len, const str[]);
be sure to have this in the gamemode.
I cant see any other problem with whirlpool. if the plugin named whirlpool.so (case sensitive) it should be all fine.
AW: WP_HASH Not registered -
Kaliber - 31.03.2015
Maybe use the nativechecker Plugin to get more informations