WP_Hash deprecated? - 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 deprecated? (
/showthread.php?tid=380504)
WP_Hash deprecated? -
dott - 25.09.2012
pawn Код:
C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(31095) : warning 234: function is deprecated (symbol "WP_Hash")
C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(32862) : warning 234: function is deprecated (symbol "WP_Hash")
C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(44529) : warning 234: function is deprecated (symbol "WP_Hash")
C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(46022) : warning 234: function is deprecated (symbol "WP_Hash")
C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(64996) : warning 234: function is deprecated (symbol "WP_Hash")
C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(65031) : warning 234: function is deprecated (symbol "WP_Hash")
C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(77655) : warning 234: function is deprecated (symbol "WP_Hash")
I am using the latest Whirlpool plugin but still get these warnings...
Re: WP_Hash deprecated? - Glint - 25.09.2012
Do you have
pawn Код:
native WP_Hash(buffer[], len, const str[]);
on top of your script ?
AW: WP_Hash deprecated? -
dott - 25.09.2012
Yes, not really on top but after all the includes and #pragmas
// EDIT, i put it now on top of the includes and it works, thanks!
Re: WP_Hash deprecated? - Glint - 25.09.2012
PAWNO doesn't check if you have the latest plugin or no even if you don't have Whirlpool it should compile properly.