File or function not found. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: File or function not found. (
/showthread.php?tid=587309)
File or function not found. -
alanhutch - 29.08.2015
Hi.
I'm attempting to start my local server with my GM.
I have a external MySQL server.
I have sscanf, streamer, Whirlpool and mysql plugins, all loaded correctly.
I use this includes
pawn Code:
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <foreach>
#include <mSelection>
#include <sscanf2>
#include <FairPlay>
#include <zcmd>
#include <a_zones>
Why my server says 'File or function not found'? Thank you in advance.
Re: File or function not found. -
Jake187 - 29.08.2015
provide the whole server_log, what you're giving us doesn't help us figure out if your plugins are actually all loading or not and so forth.
Re: File or function not found. -
alanhutch - 29.08.2015
Code:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[21:16:07]
[21:16:07] Server Plugins
[21:16:07] --------------
[21:16:07] Loading plugin: streamer
[21:16:07]
*** Streamer Plugin v2.7.7 by Incognito loaded ***
[21:16:07] Loaded.
[21:16:07] Loading plugin: mysql
[21:16:08]
> MySQL plugin R5 successfully loaded.
[21:16:08] Loaded.
[21:16:08] Loading plugin: Whirlpool
[21:16:08]
[21:16:08] ==================
[21:16:08]
[21:16:08] Whirlpool loaded
[21:16:08]
[21:16:08] ==================
[21:16:08]
[21:16:08] Loaded.
[21:16:08] Loading plugin: sscanf
[21:16:08]
[21:16:08] ===============================
[21:16:08] sscanf plugin loaded.
[21:16:08] © 2009 Alex "Y_Less" Cole
[21:16:08] 0.3d-R2 500 Players "dnee"
[21:16:08] ===============================
[21:16:08] Loaded.
[21:16:08] Loading plugin: SART
[21:16:08] Loaded.
[21:16:08] Loaded 5 plugins.
[21:16:08]
[21:16:08] Filterscripts
[21:16:08] ---------------
[21:16:08] Loading filterscript 'pedaggio.amx'...
[21:16:08] Loaded 1 filterscripts.
[21:16:08] Script[gamemodes/fortcarson.amx]: Run time error 19: "File or function is not found"
[21:16:08] Number of vehicle models: 0
Re: File or function not found. -
alanhutch - 29.08.2015
Resolved, thank you anyway.