Run time error 19: ''File or Function is 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: Run time error 19: ''File or Function is not found'' (
/showthread.php?tid=489471)
Run time error 19: ''File or Function is not found'' -
Benjamins - 22.01.2014
Quote:
echo Executing Server Config...
lanmode 0
rcon_password *********************
maxplayers 50
port 7777
hostname California Roleplay
gamemode0 CRP 1
filterscripts skinchanger
vspawner
plugins
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
|
Quote:
#include <a_samp>
#include <ZCMD>
#include <sscanf2>
#include <YSI\y_ini>
|
Help me out yo!
Re : Run time error 19: ''File or Function is not found'' -
Banga - 22.01.2014
Hello,
Go to download the news version of include.
Exuse me for my english, i'm french
Yours Sincerely
Re: Run time error 19: ''File or Function is not found'' -
Benjamins - 22.01.2014
Not working :/ Anyone else? All this happend after I made the registration system, otherwise it would say ''Stay within the bound or whatever''. /IG.
Re: Run time error 19: ''File or Function is not found'' -
CutX - 22.01.2014
Quote:
Originally Posted by Benjamins
Код:
echo Executing Server Config...
lanmode 0
rcon_password *********************
maxplayers 50
port 7777
hostname California Roleplay
gamemode0 CRP 1
filterscripts skinchanger
vspawner
plugins
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
|
there's nothing in the plugins line in your server cfg
but you are using sscanf2
so get the latest sscanf plugin, put it in the plugins folder and add it to the plugins line in your server cfg
and then recompile the script
so your cfgshould look like
Код:
echo Executing Server Config...
lanmode 0
rcon_password *********************
maxplayers 50
port 7777
hostname California Roleplay
gamemode0 CRP 1
filterscripts skinchanger vspawner
plugins sscanf
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Re: Run time error 19: ''File or Function is not found'' -
Benjamins - 22.01.2014
Its not working though. Actually it says '' Loading plugin : sscanf
Failed.
Loaded plugins : 0
Re: Run time error 19: ''File or Function is not found'' -
CutX - 22.01.2014
Quote:
Originally Posted by Benjamins
Its not working though. Actually it says '' Loading plugin : sscanf
Failed.
Loaded plugins : 0
|
you sure you have it in the plugins folder?
get it from
here
Plus, what you said is impossible.
You say that in the console it's sayin' ''
Loading plugin : sscanf Failed"
but judging from your first post. You don't even have it in the cfg so how would it know that it has to load it

oO weird if you ask me...