Local Host Problem - 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: Local Host Problem (
/showthread.php?tid=395082)
Local Host Problem -
Tamer - 25.11.2012
I am having this:
And If I try to use grandlarc it works fine.
Thanks!
By the way same gamemode works fine on a real host company .
Re: Local Host Problem -
Mark⢠- 25.11.2012
Those shared objects[with .so extensions] plugins are compiled for linux distributions. On your local host, you need to download plugins compiled for Windows OS [with .dll extensions] from Plugin Development section and replace those .so ones with .dll ones. Try starting your server again once done.
Re: Local Host Problem -
rdstm - 25.11.2012
Take you`re server.cfg file and edit this line like this :
Code:
plugins sscanf streamer
.so extension files are for linux servers.
Re: Local Host Problem -
zProfessional - 25.11.2012
Open Your server.cfg
Then edit this line
from
Code:
plugins sscanf streamer
cause this version is only for windows
for Linux is
Code:
plugins sscanf.so streamer.so
like that
Re: Local Host Problem -
TheChimpJr - 25.11.2012
you need to either edit the config or update the plugins
Re: Local Host Problem -
BlueSky_ - 25.11.2012
.so is for linux,Remove .so from your server.cfg in plugins line.
Re: Local Host Problem -
Tamer - 25.11.2012
Thanks guys.
I have edited the .cfg
Also I had to add "plugins" folder to my server package!
That is wierd,because I didn't delete it or so and it was working well without plugins folder on the host company.
Thanks anyway!
+rep'ed all.