Server Issue
#1

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.
Reply
#2

You are probably missing a plugin. You should make sure you have put all plugins in the "plugins" folder.
Reply
#3

Alright, I will try that.
Reply
#4

Nope, I am not missing anything.
Reply
#5

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
Reply
#6

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.
Reply
#7

I have done this all, but I still get the same thing
Reply
#8

Update: The server is running, but it is not allowing me to connect.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)