SA-MP Forums Archive
Unknown Gamemode - 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: Unknown Gamemode (/showthread.php?tid=607359)



Unknown Gamemode - JamalMaddox - 18.05.2016

Well I started a server in linux VPS but in my pc works fine. After uploading it to the VPS and launch it said Unknown and the server is not working. Anyone can help me?


Re: Unknown Gamemode - SyS - 18.05.2016

show the server log maybe some plugin is not loaded mainly sscanf


Re: Unknown Gamemode - JamalMaddox - 18.05.2016

Quote:
Originally Posted by Sreyas
Посмотреть сообщение
show the server log maybe some plugin is not loaded mainly sscanf
I'm uploading everything from the begining. About server logs I said that I'm using a linux VPS and I start the server from putty shh.


Re: Unknown Gamemode - JamalMaddox - 18.05.2016

I think it's from this.... not sure tho
Код:
1 failed transfer
/home/sampsv/samp03/scriptfiles/SpeedCameras
Reason:Creating directory



Re: Unknown Gamemode - Noris - 19.05.2016

Quote:
Originally Posted by JamalMaddox
Посмотреть сообщение
I think it's from this.... not sure tho
Код:
1 failed transfer
/home/sampsv/samp03/scriptfiles/SpeedCameras
Reason:Creating directory
i recommend 2 pair of glasses lol, Try to create those "SpeedCameras" folder to your scriptfiles folder.


Re: Unknown Gamemode - JamalMaddox - 19.05.2016

Server logs

Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[11:26:13] filterscripts = ""  (string)
[11:26:13] 
[11:26:13] Server Plugins
[11:26:13] --------------
[11:26:13]  Loading plugin: streamer.so
[11:26:13] 

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

[11:26:13]   Loaded.
[11:26:13]  Loading plugin: sscanf.so
[11:26:13] 

[11:26:13]  ===============================

[11:26:13]       sscanf plugin loaded.     

[11:26:13]    © 2009 Alex "******" Cole

[11:26:13]    0.3d-R2 500 Players "dnee"

[11:26:13]  ===============================

[11:26:13]   Loaded.
[11:26:13]  Loading plugin: whirlpool.so
[11:26:13]   Failed (plugins/whirlpool.so: cannot open shared object file: No such file or directory)
[11:26:13]  Loaded 2 plugins.

[11:26:13] 
[11:26:13] Filterscripts
[11:26:13] ---------------
[11:26:13]   Loaded 0 filterscripts.

[11:26:13] Script[gamemodes/DRP.amx]: Run time error 19: "File or function is not found"
[11:26:13] Number of vehicle models: 0



Re: Unknown Gamemode - Konstantinos - 19.05.2016

First of all, your plugins are not updated. Update them to their latest version along with their includes, re-compile your scripts (upload what files are necessary) and try again.

As for whirlpool plugin, in linux the case of the letters matters so change to "Whirlpool.so" (in server.cfg) and if it still shows "cannot open shared object file: No such file or directory" error, the file is not in your plugins folder.


Re: Unknown Gamemode - JamalMaddox - 19.05.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
First of all, your plugins are not updated. Update them to their latest version along with their includes, re-compile your scripts (upload what files are necessary) and try again.

As for whirlpool plugin, in linux the case of the letters matters so change to "Whirlpool.so" (in server.cfg) and if it still shows "cannot open shared object file: No such file or directory" error, the file is not in your plugins folder.
Genious o.O Fixed it ty