Server Issue - 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: Server Issue (
/showthread.php?tid=324092)
Server Issue -
nmader - 08.03.2012
So, when I turn my server on, I get this:
Code:
[19:28:37] Script[gamemodes/Lost.amx]: Run time error 19: "File or function is not found"
[19:28:37] Number of vehicle models: 0
I have made sure it is there multiple times, any assistance will be appreciated.
Re: Server Issue -
JJB562 - 08.03.2012
You are probably missing a plugin. You should make sure you have put all plugins in the "plugins" folder.
Re: Server Issue -
nmader - 08.03.2012
Alright, I will try that.
Re: Server Issue -
nmader - 08.03.2012
Nope, I am not missing anything.
Re: Server Issue -
JJB562 - 08.03.2012
Oh an make sure you put the plugins name on the plugins folder. If you are running a linux server, get the ".so" plugin type. If you are running a windows server, get the ".dll" plugin type. Here is how your plugins line on your server.cfg
Example For Windows Server:
Code:
echo Executing Server Config...
lanmode 0
rcon_password
maxplayers 10
port 7777
hostname
gamemode0 GamemodeNameHere
filterscripts
plugins Whirlpool.dll sscanf.dll streamer.dll audio.dll
announce 1
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
Example For Linux Server:
Code:
echo Executing Server Config...
lanmode 0
rcon_password
maxplayers 10
port 7777
hostname
gamemode0 GamemodeNameHere
filterscripts
plugins Whirlpool.so sscanf.so streamer.so audio.so
announce 1
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
Re: Server Issue -
Saurik - 08.03.2012
Make sure you have all the plugins in the plugins folder and you are listing all the plugins in server.cfg
Also, if it's linux, capitalization matters.
90% of times it's because of the plugins.
Re: Server Issue -
nmader - 08.03.2012
I have done this all, but I still get the same thing
Re: Server Issue -
nmader - 08.03.2012
Update: The server is running, but it is not allowing me to connect.