[HELP/URGENT] AMX Not Found [ERROR 19]
#1

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

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

[QUOTED]
Reply
#4

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

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 
Reply
#6

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)