16.12.2011, 14:25
Hello,
I've been having many issues with the issue of " Run time error 19: "File or function is not found" " with my server, and I seem to be stuck. I assume it's not an actual error with my script, since it's compiling perfectly.
All files in the server directory are have had CHMOD set to 777.
I'm running on an Ubuntu server, and using the following plugins with the following CFG.
And my server logs are as followed.
What seems to be the issue with this? I have all the plugins installed and named correctly.
So I can't seem to find the problem.
I have got the libraries for the mysql client in my /usr/lib32 folder, which solved a past problem with the MySQL plugin.
I've been having many issues with the issue of " Run time error 19: "File or function is not found" " with my server, and I seem to be stuck. I assume it's not an actual error with my script, since it's compiling perfectly.
All files in the server directory are have had CHMOD set to 777.
I'm running on an Ubuntu server, and using the following plugins with the following CFG.
PHP код:
#include <a_samp>
#include <a_mysql>
#include <zcmd>
#include <foreach>
#include <GeoIP_Plugin>
#include <streamer>
#include <OPSP>
#include <a_zones>
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password hidden
maxplayers 15
port 7777
plugins mysql.so sscanf.so streamer.so wp.so GeoIP_Plugin.so irc.so
hostname SAMP SERVER
gamemode0 vx-rp 1
filterscripts ls_elevator
query 1
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
PHP код:
SA-MP Dedicated Server
----------------------
v0.3d, (C)2005-2011 SA-MP Team
[08:08:11]
[08:08:11] Server Plugins
[08:08:11] --------------
[08:08:11] Loading plugin: mysql.so
[08:08:11]
> MySQL plugin R5 successfully loaded.
[08:08:11] Loaded.
[08:08:11] Loading plugin: sscanf.so
[08:08:11]
[08:08:11] ===============================
[08:08:11] sscanf plugin loaded.
[08:08:11] (c) 2009 Alex "******" Cole
[08:08:11] ===============================
[08:08:11] Loaded.
[08:08:11] Loading plugin: streamer.so
[08:08:11]
*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***
[08:08:11] Loaded.
[08:08:11] Loading plugin: wp.so
[08:08:11]
[08:08:11] ==================
[08:08:11]
[08:08:11] Whirlpool loaded
[08:08:11]
[08:08:11] ==================
[08:08:11]
[08:08:11] Loaded.
[08:08:11] Loading plugin: GeoIP_Plugin.so
[08:08:11] GeoIP_Plugin got loaded.
[08:08:11] Loaded.
[08:08:11] Loading plugin: irc.so
[08:08:11]
*** IRC Plugin v1.4.1 by Incognito loaded ***
[08:08:11] Loaded.
[08:08:11] Loaded 6 plugins.
[08:08:11]
[08:08:11] Filterscripts
[08:08:11] ---------------
[08:08:11] Loading filterscript 'ls_elevator.amx'...
[08:08:11] Loaded 1 filterscripts.
[08:08:11] Script[gamemodes/vx-rp.amx]: Run time error 19: "File or function is not found"
[08:08:11] Number of vehicle models: 0
So I can't seem to find the problem.
I have got the libraries for the mysql client in my /usr/lib32 folder, which solved a past problem with the MySQL plugin.