SA-MP Forums Archive
Please Help me - run time error 19:"File or not fuction is not found" - 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: Please Help me - run time error 19:"File or not fuction is not found" (/showthread.php?tid=511885)



Remove.... - rizkiazzach - 08.05.2014

remove....


Re: Please Help me - run time error 19:"File or not fuction is not found" - Calgon - 08.05.2014

Try using nativechecker to help identify the problem.


Re: Please Help me - run time error 19:"File or not fuction is not found" - UberSocks - 08.05.2014

I had the same problem a few days ago with the Whirlpool error. Please make sure that you've added this to your script:

pawn Код:
native WP_Hash(buffer[], len, const str[]);
Also, it seems as though you're using R7 version of the plugin. Delete your plugin file and update it to the latest version:

https://github.com/pBlueG/SA-MP-MySQL/releases

Once you've updated to the latest version, recompile your script using the newest version of the includes.

Hopefully this helps!


Remove.... - rizkiazzach - 08.05.2014

remove.....


Re: Please Help me - run time error 19:"File or not fuction is not found" - UberSocks - 08.05.2014

Quote:
Originally Posted by rizkiazzach
Посмотреть сообщение
Код:
WP_Hash native (buffer [], len, const str []);
how to fix this?
You've inserted it incorrectly. It should be the way I originally gave it to you ('native' preceeding WP_Hash).

pawn Код:
native WP_Hash (buffer [], len, const str []);
Please also update your sscanf plugin:

https://sampforum.blast.hk/showthread.php?tid=120356


Remove.... - rizkiazzach - 08.05.2014

remove....


Re: Please Help me - run time error 19:"File or not fuction is not found" - UberSocks - 08.05.2014

Awesome! No worries