Windows to Linux - 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: Windows to Linux (
/showthread.php?tid=498881)
Windows to Linux -
VerticalGaming - 05.03.2014
HEllo there, I've bought an host, it's running on lunix so i had to transfer the gamemodes/filterscripts/includes & plugins.
I added .so in the .cfg file.. But the gamemode still wont load, tho', and It's actually working perfect in the Windows server..
Somebody could help me?
Re: Windows to Linux - Guest4390857394857 - 05.03.2014
pls post your server log !!!
Re: Windows to Linux -
VerticalGaming - 05.03.2014
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[17:06:53]
[17:06:53] Server Plugins
[17:06:53] --------------
[17:06:53] Loaded 0 plugins.
[17:06:53]
[17:06:53] Filterscripts
[17:06:53] ---------------
[17:06:53] Loaded 0 filterscripts.
[17:06:53] Script[gamemodes/VG-RP.amx]: Run time error 19: "File or function is not found"
[17:06:53] Number of vehicle models: 0
Re: Windows to Linux -
ColorHost-Kevin - 05.03.2014
You are probably not loading the plugins your script needs.
Re: Windows to Linux -
VerticalGaming - 05.03.2014
I am, I'm loading all .so files (plugins) needed.
It does work on my windows server, with only those files.. There aint another plugins needed..
So, i just dont know.
Re: Windows to Linux -
Isolated - 05.03.2014
Do you even have the .so versions inside your plugins folder?
Re: Windows to Linux -
VerticalGaming - 05.03.2014
ISolated, I do.
Re: Windows to Linux -
Isolated - 05.03.2014
Show us your server.cfg without your rcon_password.
Re: Windows to Linux -
VerticalGaming - 05.03.2014
Quote:
Originally Posted by Isolated
Show us your server.cfg without your rcon_password.
|
Cewl.
Код:
echo Executing Server Config...
lanmode 0
maxplayers 40
port 10078
hostname SA-MP 0.3 Server
rcon_password pbPAa8
gamemode0 VG-RP 1
filterscripts
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
bind 162.243.47.194
plugins sscanf.so Whirlpool.so streamer.so
Re: Windows to Linux -
VerticalGaming - 05.03.2014
Huh.. Weird.. Here it's showing on multiple lines, at the host it's showing in one line.. I think i didnt made the edits that good xD
Can someone help me putting this right?