SA-MP Forums Archive
doesnt loading the gamemode in Linux - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: doesnt loading the gamemode in Linux (/showthread.php?tid=598798)



doesnt loading the gamemode in Linux - EitayEliyahu - 16.01.2016

in my windows server its works fine and my gamemode loading fine and all.
but when im trying to run my linux server, its doesnt load the server, and in server_log.txt
its says:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[18:12:56] filterscripts = ""  (string)
[18:12:56] 
[18:12:56] Server Plugins
[18:12:56] --------------
[18:12:56]  Loading plugin: streamer.so
[18:12:56] 

*** Streamer Plugin v2.7.7 by Incognito loaded ***

[18:12:56]   Loaded.
[18:12:56]  Loading plugin: sscanf.so
[18:12:56] 

[18:12:56]  ===============================

[18:12:56]       sscanf plugin loaded.     

[18:12:56]          Version:  2.8.1        

[18:12:56]    © 2012 Alex "******" Cole  

[18:12:56]  ===============================

[18:12:56]   Loaded.
[18:12:56]  Loaded 2 plugins.

[18:12:56] 
[18:12:56] Filterscripts
[18:12:56] ---------------
[18:12:56]   Loaded 0 filterscripts.
and i uploaded the whole files to the FTP...

this is my server.cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password rcon
maxplayers 100
port 7777
hostname Server
gamemode0 SoulDm 1
filterscripts
announce 0
query 1
chatlogging 0
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]
plugins streamer.so sscanf.so
language Hebrew
maxplayers 80
port 8888



Re: doesnt loading the gamemode in Linux - EitayEliyahu - 17.01.2016

Jump


Re: doesnt loading the gamemode in Linux - Amunra - 17.01.2016

Dont use Space in Your Gamemode Name ! Change your gamemode file Name to SoulDm1..and Change in server.cfg SoulDm1


Respuesta: Re: doesnt loading the gamemode in Linux - IzadorO - 17.01.2016

It has nothing to do with this. I thought it would've been an issue with your plugins, as you said it was running perfectly fine on Windows.

Are you able to show us anything else? If not, try re-installing your plugins. Doubt it'll solve your issue, but it's worth a try.


Re: Respuesta: Re: doesnt loading the gamemode in Linux - EitayEliyahu - 17.01.2016

Quote:
Originally Posted by IzadorO
Посмотреть сообщение
It has nothing to do with this. I thought it would've been an issue with your plugins, as you said it was running perfectly fine on Windows.

Are you able to show us anything else? If not, try re-installing your plugins. Doubt it'll solve your issue, but it's worth a try.
I already tried this, maybe its the linux making this problem?