SA-MP Forums Archive
AMX missing. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: AMX missing. (/showthread.php?tid=144776)



AMX missing. - iKon - 29.04.2010

Well, today I fixed few things in my server, basic things like spelling, grammar etc. So after I compiled it and I tried to do a test run, but I would keep getting a error which said "Script [gamemodes/MC.amx]: Run time error 19: "File or function is not found". Now MC.amx is in gamemodes file, it compiles perfect no errors but for some reason it keeps giving me that error. If you need more info, just ask.

EDIT: I posted it in the wrong section, my bad. If a moderator could move it please, that would be great.


Re: AMX missing. - Souvlaki - 29.04.2010

Your gamemode requires some plugin.If you already have the plugin in the plugin folder make sure to have written in your server.cfg something like this:

pawn Код:
plugins yourpluginhere(.so or .dll)



Re: AMX missing. - iKon - 29.04.2010

Thank you, I was missing a plugin.