SA-MP Forums Archive
[HELP/URGENT] AMX Not Found [ERROR 19] - 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: [HELP/URGENT] AMX Not Found [ERROR 19] (/showthread.php?tid=584846)



[HELP/URGENT] AMX Not Found [ERROR 19] - BarFix - 08.08.2015

Ive recently started to create a script from Scratch... I've done a decent amount of includes with-in the Gamemode, yet i still get the "AMX NOT FOUND" bug when loading my start-server. I have failed to fix this with-in the hour and still struggle with it now... I have re-downloaded the recent updates of the plugins as suggested yet it still has not fixed....

Includes:
~~~~~

Код:
 //SAMPS BASICS
 
#include <a_samp>
#include <core>
#include <float>
#include <string>
#include <file>
#include <time>
#include <datagram>
#include <a_players>
#include <a_vehicles>
#include <a_objects>
#include <a_sampdb>

 //INSTALLED
 
#include <streamer>
#include <foreach>
#include <ZCMD>
#include <sscanf2>
Error Message:
~~~~~~~~~






I hope to get back to me soon and +rep for whoever's solution works...

Thanks


Re: [HELP/URGENT] AMX Not Found [ERROR 19] - muhsah007 - 08.08.2015

do you using whirlpool hashing in your script if you are using then download whirlpool.dll and i would also suggest you to download nativechecker.dll
this may help you thanks.


Re: [HELP/URGENT] AMX Not Found [ERROR 19] - BarFix - 08.08.2015

[QUOTED]


Re: [HELP/URGENT] AMX Not Found [ERROR 19] - BarFix - 08.08.2015

Quote:
Originally Posted by muhsah007
Посмотреть сообщение
do you using whirlpool hashing in your script if you are using then download whirlpool.dll and i would also suggest you to download nativechecker.dll
this may help you thanks.
Im not using whirlpool... Its not in my server.cfg plus i have no track of it found in the server.


Re: [HELP/URGENT] AMX Not Found [ERROR 19] - muhsah007 - 08.08.2015

you did'nt even added plugins names in server.cfg
if you re using windows add this in server.cfg
PHP код:
plugins [plugin name].dll [plugin name].dll 
if using linux add this in your server.cfg
PHP код:
plugins [plugin name].so [plugin name].so 



Re: [HELP/URGENT] AMX Not Found [ERROR 19] - BarFix - 08.08.2015

Quote:
Originally Posted by muhsah007
Посмотреть сообщение
you did'nt even added plugins names in server.cfg
if you re using windows add this in server.cfg
PHP код:
plugins [plugin name].dll [plugin name].dll 
if using linux add this in your server.cfg
PHP код:
plugins [plugin name].so [plugin name].so 
Im such a tart.. i forgot to add the plugins line on my CFG. lmao


Re: [HELP/URGENT] AMX Not Found [ERROR 19] - muhsah007 - 08.08.2015

or simply try to use this plugin it will detect all of your script problems
https://github.com/Zeex/samp-plugin-...15.1-win32.zip