SA-MP Forums Archive
File or function is 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: File or function is not found, Error 19 (/showthread.php?tid=584369)



File or function is not found, Error 19 - Aleksabre - 04.08.2015

Hello,
Do you know, when I include streamer and in gamemode I change from CreateObject to CreateDynamicObject, when I start the samp server it says Script[gamemodes/gm.amx]: Run time error 19: "File or function is not found"

What's the problem?..


Re: File or function is not found, Error 19 - SpikY_ - 04.08.2015

use crashdetect plugins to see the errors you getting from your script.
paste your server-log here after uploading crashdetect plugin.

Regard,
- SpikY_


Re: File or function is not found, Error 19 - Aleksabre - 04.08.2015

Thank you very much. It helped.


Re: File or function is not found, Error 19 - Aleksabre - 04.08.2015

Sorry, but I'm a bit of dumb. I didn't even change the CreateObject to dynamic in gamemode and I thought the problem got solved.

http://s14.postimg.org/wz96vtmdd/cmd.png

here's the picture of my problem.


Re: File or function is not found, Error 19 - Nixtren - 04.08.2015

Make sure you're using Incognito's Streamer include and plugin, you can find the download link here:
https://sampforum.blast.hk/showthread.php?tid=102865


Re: File or function is not found, Error 19 - Aleksabre - 04.08.2015

I already have that, even downloaded it again and added. The same problem(s).

http://s14.postimg.org/wz96vtmdd/cmd.png


Re: File or function is not found, Error 19 - Crayder - 04.08.2015

Add "streamer" to the plugins line of your server.cfg


Re: File or function is not found, Error 19 - Nixtren - 04.08.2015

Quote:
Originally Posted by Aleksabre
View Post
I already have that, even downloaded it again and added. The same problem(s).

http://s14.postimg.org/wz96vtmdd/cmd.png
Check in the console/server log if the plugin actually got loaded. If unsure, post here so we can take a look.


Re: File or function is not found, Error 19 - Aleksabre - 04.08.2015

Yes: plugins streamer crashdetect


Re: File or function is not found, Error 19 - Nixtren - 04.08.2015

Check in the server log if the plugins actually got loaded. They can be in server.cfg, but something can stop them from loading properly.