Run time error 19: "File or function is not found" -
NewerthRoleplay - 09.06.2012
Hi Im getting an error whilst I am starting up the server, however usually when you would say " add plugins sscanf " However I do have it already added into my server.cfg.
Anyway rant over
So here's my server log:
Код:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[17:58:53] filterscripts = "" (string)
[17:58:53]
[17:58:53] Server Plugins
[17:58:53] --------------
[17:58:53] Loading plugin: sscanf
[17:58:55] Failed.
[17:58:55] Loaded 0 plugins.
[17:58:55]
[17:58:55] Filterscripts
[17:58:55] ---------------
[17:58:55] Loaded 0 filterscripts.
[17:58:55] Script[gamemodes/lcrp.amx]: Run time error 19: "File or function is not found"
[17:58:55] Number of vehicle models: 0
And here is my Config:
Код:
echo Executing Server Config...
lanmode 0
rcon_password **************
maxplayers 500
port 7777
hostname LegendCraft
gamemode0 lcrp 1
filterscripts
announce 0
plugins sscanf
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 500
logtimeformat [%H:%M:%S]
And here is my includes:
Код:
#include <a_samp>
#include <zcmd>
#include <YSI\y_ini>
#include <sscanf2>
Any help is appreciated, havn't been scripting since 0.3D xD
Thanks
Re: Run time error 19: "File or function is not found" -
jamax - 09.06.2012
you didnt add the whole gamemode, add everything accept pawno folder !
Re: Run time error 19: "File or function is not found" -
NewerthRoleplay - 09.06.2012
What are you actually on about?
Re: Run time error 19: "File or function is not found" -
JhnzRep - 09.06.2012
Is your host a linux system by any chance?
Re: Run time error 19: "File or function is not found" -
NewerthRoleplay - 09.06.2012
No at the moment i'm running it on my local windows machine.
Re: Run time error 19: "File or function is not found" -
jamax - 09.06.2012
Its your host sorry tought its on gpanel
Re: Run time error 19: "File or function is not found" -
NewerthRoleplay - 09.06.2012
okay, jamax you are really not helping....xD
Re: Run time error 19: "File or function is not found" -
Djumza - 09.06.2012
look in your gamemodes do you have lcrp.AMX ?
check your sscanf2.
Re: Run time error 19: "File or function is not found" -
NewerthRoleplay - 09.06.2012
yes, and check my sscanf2 for what, its in my includes for pawno and its in the plugins folder
Re: Run time error 19: "File or function is not found" -
Dubya - 09.06.2012
You sscanf didn't load. That's the problem.