Run time error 19: "File or function is not found" Help - 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" Help (
/showthread.php?tid=591365)
Run time error 19: "File or function is not found" Help -
shaquill - 11.10.2015
So i keep getting the same error as seen in the code below. I have updated the plugins "streamer.so and sscanf.so" and pawno include files then recompiled the script.. Still getting the same error. Is there anything ells i can try or i might be missing ?
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[01:49:42] filterscripts = "" (string)
[01:49:42]
[01:49:42] Server Plugins
[01:49:42] --------------
[01:49:42] Loading plugin: sscanf.so
[01:49:42]
[01:49:42] ===============================
[01:49:42] sscanf plugin loaded.
[01:49:42] Version: 2.8.1
[01:49:42] © 2012 Alex "******" Cole
[01:49:42] ===============================
[01:49:42] Loaded.
[01:49:42] Loading plugin: streamer.so
[01:49:42]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[01:49:42] Loaded.
[01:49:42] Loaded 2 plugins.
[01:49:42]
[01:49:42] Ban list
[01:49:42] --------
[01:49:42] Loaded: samp.ban
[01:49:42]
[01:49:42]
[01:49:42] Filterscripts
[01:49:42] ---------------
[01:49:42] Loaded 0 filterscripts.
[01:49:43] Script[gamemodes/LAC.amx]: Run time error 19: "File or function is not found"
[01:49:43] Number of vehicle models: 0
Re: Run time error 19: "File or function is not found" Help -
Morpheine - 11.10.2015
You receive errors on compiling? What Gamemode you use? What plugins you use?
Re: Run time error 19: "File or function is not found" Help -
shaquill - 11.10.2015
Thanks for the fast reply i fixed it after adding Mysql.so back in the plugins file.. Didnt think i needed it being i no longer use mysql..
Re: Run time error 19: "File or function is not found" Help -
iggy1 - 11.10.2015
Remove
#include <mysql> (from all your scripts) And you should no longer have that dependency. If you don't call any mysql functions that is.
Re: Run time error 19: "File or function is not found" Help -
Crayder - 11.10.2015
Quote:
Originally Posted by iggy1
Remove #include <mysql> (from all your scripts) And you should no longer have that dependency. If you don't call any mysql functions that is.
|
He is obviously using mysql, so like he said, all he had to do was add it to the server.cfg.
Re: Run time error 19: "File or function is not found" Help -
iggy1 - 11.10.2015
Quote:
Originally Posted by shaquill
Thanks for the fast reply i fixed it after adding Mysql.so back in the plugins file.. Didnt think i needed it being i no longer use mysql..
|
Quote:
Originally Posted by Cryader
He is obviously using mysql, so like he said, all he had to do was add it to the server.cfg.
|
Not so obvious when he says he isnt using it. Please read before quoting me.
Re: Run time error 19: "File or function is not found" Help -
Logic_ - 11.10.2015
use nativechecker plugin to find out the solution of the problem.
native checker download link
CLICK ME
read the topic carefully and +rep if i helped you
Quote:
IMPORTANT: In order to make it work correcly you must put it in the end of the plugins line of your server.cfg so it will be the last one, e.g. plugins sscanf streamer nativechecker.
|