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



Run time error 19: "File or function is not found" - Garc1a - 04.07.2012

Quote:

Script [gamemodes/LTEST.amx]: Run time error 19: "File or function is not found"

There's no errors or warnings whilst compiling, and the .pwn and .amx are both within the gamemode folder.

Help would be much appreciated.


Re: Run time error 19: "File or function is not found" - DBan - 04.07.2012

Do you have all the plugins in the correct locations? Are they all up to date?


Re: Run time error 19: "File or function is not found" - Avi57 - 04.07.2012

Yeah this error cause if you dont have old plugins ! Just download their updated versions !
and if your commands or any FS not working , Just make sure u have the required plugin which is in include !
Like :
Code:
#include <a_samp>



Re: Run time error 19: "File or function is not found" - DBan - 04.07.2012

Quote:
Originally Posted by Avi57
View Post
Yeah this error cause if you dont have old plugins ! Just download their updated versions !
and if your commands or any FS not working , Just make sure u have the required plugin which is in include !
Like :
Code:
#include <a_samp>
Most likely that's the problem.


Re: Run time error 19: "File or function is not found" - Jarnu - 04.07.2012

the main problem is with your Plugin.. if you didn't re-compiled your GM with the Plugins you use.. it won't run!