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



File or function not found - Mystique - 14.07.2013

Well I'm facing a new problem which I don't know what causes it. The script compiles fine on my computer, but when I upload it and start the server it gives me this error:
pawn Код:
[22:38:17] Script[gamemodes/Roleplay.amx]: Run time error 19: "File or function is not found"
Does anybody have any idea what this is about? No files were changed in the server.cfg or any other files, just the new script, that runs fine on my local network.


Re: File or function not found - JimmyCh - 14.07.2013

I get this problem alot, what I do is check for missing plugins which are in the server.cfg but are missing in the plugins folder.

I think this appears when something is missing from plugins
Hope I helped


Re: File or function not found - Mystique - 14.07.2013

Really, I relized I was playing with some mysql, but now I removed every single lines and files that had to do with the mysql and it still just doesn't load the gamemode.


Re: File or function not found - Infinitas - 14.07.2013

This problem mostly comes from plugins. Make sure all your plugins are up to date with the latest .inc files and plugin files.


Re: File or function not found - ReVo_ - 14.07.2013

use crashdetect or native checker ( https://sampforum.blast.hk/showthread.php?tid=249226 ) to detect which natives missing.


Re: File or function not found - Mystique - 14.07.2013

Edit: Everything is fixed now. Thanks for the support though.