Filterscript not loading on linux server - 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: Filterscript not loading on linux server (
/showthread.php?tid=387830)
Filterscript not loading on linux server -
Stu1 - 26.10.2012
Hey guys i'm having a problem with volt-host not loading the 'PPC_Housing' filterscript. It just says "Unable to load filterscript".
Here is my log:
Plugins installed to my server:
irc.so
sscanf.so
sscanf2.so
streamer.so
whirlpool.so
adio.so
And this is my server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password ---
maxplayers 50
port 7787
hostname Van Driver
gamemode0 Gamemode 1
filterscripts PPC_housing PPC_Speedometer fix enginelight
announce 1
plugins streamer.so sscanf2.so sscanf.so irc.so Whirlpool.so
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]bind 91.204.210.27bind 91.204.210.27
bind 91.204.210.27
Re: Filterscript not loading on linux server -
Mafioso97 - 26.10.2012
Are there any errors in the filter script? or perhaps even warnings?
Re: Filterscript not loading on linux server -
Stu1 - 26.10.2012
Nope. None I just compiled it again. And the filterscript works on windows.
Re: Filterscript not loading on linux server -
Mark™ - 26.10.2012
Have you uploaded "PPC_Housing" to your filterscripts folder on your Volt-Host server ? Open filterscripts folder and check if you have.
Re: Filterscript not loading on linux server -
Stu1 - 26.10.2012
Yes, everything is there
Re: Filterscript not loading on linux server -
zDivine - 26.10.2012
If your computer that you compile the script on is Windows, make sure that you have all the required plugins for that FS in .dll. Such as streamer.dll or sscanf.dll. Also make sure you have the .so versions in the plugins folder of volt-host directory,
Re: Filterscript not loading on linux server -
Stu1 - 26.10.2012
Everything is set up correctly guys.
Re: Filterscript not loading on linux server -
Babul - 26.10.2012
may i ask, and make SURE, is the filterscripts name: "PPC_Housing.amx", "PPC_housing.amx", "ppc_housing.amx", or any other variant? coz...
linux is CaSe-SeNsItiVe.
so i assume that
Код:
filterscripts PPC_Housing PPC_Speedometer fix enginelight
will work ^^
Re: Filterscript not loading on linux server -
Stu1 - 26.10.2012
yes, thank you babul!