WP_Hash deprecated?
#1

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

Do you have
pawn Код:
native WP_Hash(buffer[], len, const str[]);
on top of your script ?
Reply
#3

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!
Reply
#4

PAWNO doesn't check if you have the latest plugin or no even if you don't have Whirlpool it should compile properly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)