Problem in Starting -
Robert West - 01.07.2012
hello
my problem is with the plugin's , idk the problem , i get this in server log
Код:
[03:53:21] Server Plugins
[03:53:21] --------------
[03:53:21] Loading plugin: audio.dll
[03:53:21] Failed.
[03:53:21] Loading plugin: sscanf.dll
[03:53:21] Failed.
[03:53:21] Loading plugin: streamer.dll
[03:53:21] Failed.
[03:53:21] Loaded 0 plugins.
[03:53:21]
[03:53:21] Filterscripts
[03:53:21] ---------------
[03:53:21] Loading filterscript 'anims.amx'...
[03:53:21] Loading filterscript 'buttons.amx'...
[03:53:21] Loaded 2 filterscripts.
[03:53:21] Script[gamemodes/ERRP.amx]: Run time error 19: "File or function is not found"
[03:53:21] Number of vehicle models: 0
i get the map "unknown"
when player join game stuck in the start ?
check it here 94.23.254.10:7862
any help ?
i re-compiled all my filterscript and my GM , and every think is Okay ?
what was the problem ?
Problem still shown with all GM i try to start it, even new one in forum ? is it my computer problem ?
Re: Problem in Starting -
LaGrande - 01.07.2012
Dude, your plugins arent loaded. Place them in correct location and launch the server
Re: Problem in Starting -
Robert West - 02.07.2012
Nothing , they are placed correctly
Re: Problem in Starting -
DBan - 02.07.2012
Running outdated plugins? If not outdated, then you probably don't have them placed correctly.
Re: Problem in Starting - Riddy - 02.07.2012
Its most likely that the plugins folder is not named properly, or DBan's post is the soulution
Re: Problem in Starting -
Robert West - 02.07.2012
What is and what you mean by outdated plugin ?
Re: Problem in Starting -
DBan - 02.07.2012
Quote:
Originally Posted by Robert West
What is and what you mean by outdated plugin ?
|
Download the latest versions of the plugins you currently have. If that is not the solution, where did you put the plugins? Which folder?
EDIT:
Are you using a host or are you running the server from your computer?
Re: Problem in Starting -
pyrodave - 02.07.2012
From looking at the services running on your IP address from your first post; you are running a LINUX host. A linux host requires the .so files, not .dll. Go back to the topics for each plugin you use and download the .so files and put those in the plugins folder. You will also have to change server.cfg to say <pluginname>.so (The .so is required).
Re: Problem in Starting -
Robert West - 02.07.2012
It's placed in plugin folder as i get it ,and i'm running it in a host (Linux)
Re: Problem in Starting -
pyrodave - 02.07.2012
Yeah, but you're trying to run the .dll files, .dll is for windows .so is for linux...