SA-MP Forums Archive
Server host help. - 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 host help. (/showthread.php?tid=586763)



Server host help. - AyoSway - 24.08.2015

Hello, first i'd like to thank all that reply to attempt to help, but here is my server log
Код:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
 
[00:08:54] filterscripts = ""  (string)
[00:08:54] 
[00:08:54] Server Plugins
[00:08:54] --------------
[00:08:54]  Loading plugin: sscanf
[00:08:54]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[00:08:54]  Loading plugin: streamer
[00:08:54]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[00:08:54]  Loading plugin: mysql
[00:08:54]   Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[00:08:54]  Loading plugin: Whirlpool
[00:08:54]   Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[00:08:54]  Loading plugin: crashdetectquery
[00:08:54]   Failed (plugins/crashdetectquery: cannot open shared object file: No such file or directory)
[00:08:54]  Loading plugin: 1
[00:08:54]   Failed (plugins/1: cannot open shared object file: No such file or directory)
[00:08:54]  Loaded 0 plugins.
 
[00:08:54] 
[00:08:54] Filterscripts
[00:08:54] ---------------
[00:08:54]   Loaded 0 filterscripts.
 
[00:08:55] Script[gamemodes/igrp.amx]: Run time error 19: "File or function is not found"
[00:08:55] Number of vehicle models: 0
I have updated all plugins


Re: Server host help. - Abagail - 24.08.2015

If you are running linux you need to add .so.


Re: Server host help. - AyoSway - 24.08.2015

We have .so.


Re: Server host help. - AyoSway - 25.08.2015

Anything?


Re: Server host help. - SoFahim - 25.08.2015

use like , streamer.so sscanf.so


Re: Server host help. - Michael B - 25.08.2015

Quote:
Originally Posted by SoFahim
Посмотреть сообщение
use like , streamer.so sscanf.so
Yes, Linux is case sensitive, therefore along with the .so version plugins, you will have to edit your server.cfg and place the extension at the end of each plugin.


Re: Server host help. - AyoSway - 25.08.2015

Thanks for the help, +rep coming your way!