Run time error 19: "File or function is not found" Help
#1

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
Reply
#2

You receive errors on compiling? What Gamemode you use? What plugins you use?
Reply
#3

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..
Reply
#4

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.
Reply
#5

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.
Reply
#6

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.
Reply
#7

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.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)