SA-MP Forums Archive
Run time error 19: File or Function 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: Run time error 19: File or Function not found. (/showthread.php?tid=481632)



Run time error 19: File or Function not found. - wertboi333 - 16.12.2013

Well I compiled my script, and it did so without any errors or problems, then I tried running samp-server and it gives the error in the title. Only one plugin is set to load in the server.cfg which is Streamer which I updated to V2.6 the most updated version. It says the plugin loads when samp-server is running. But in my script there is other plugins #included such as ZCMD that I don't have set to load in server.cfg. I need help in figuring out the problem here.


Re: Run time error 19: File or Function not found. - Sawalha - 16.12.2013

Do you have win samp server or lin? if lin, add .so to every plugin in the server.cfg (lin is linux)


Re: Run time error 19: File or Function not found. - wertboi333 - 16.12.2013

Okay I am using Win, I will add every plugin and check includes.


Re: Run time error 19: File or Function not found. - wertboi333 - 16.12.2013

Also, Do I need to check in the Include folder for the includes, or includes folder in the pawno folder?


Re: Run time error 19: File or Function not found. - Sawalha - 17.12.2013

Quote:
Originally Posted by wertboi333
Посмотреть сообщение
Also, Do I need to check in the Include folder for the includes, or includes folder in the pawno folder?
Nope, check the Include folder in pawno folder , make sure you have put all requird plugins there