SA-MP Forums Archive
When I launched my mode on my linux server it's what I got - 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: When I launched my mode on my linux server it's what I got (/showthread.php?tid=609799)



When I launched my mode on my linux server it's what I got - Progamerisrael1 - 16.06.2016

Quote:

----------
Loaded log file: "server_log.txt".
----------

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

[20:20:57]
[20:20:57] Server Plugins
[20:20:57] --------------
[20:20:57] Loading plugin: audio
[20:20:57] Failed (plugins/audio: cannot open shared object file: No such file or directory)
[20:20:57] Loading plugin: sscanf
[20:20:57] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[20:20:57] Loading plugin: streamer
[20:20:57] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[20:20:57] Loaded 0 plugins.

[20:20:57]
[20:20:57] Filterscripts
[20:20:57] ---------------
[20:20:57] Loading filterscript 'vactions.amx'...
[20:20:57] Loading filterscript 'buttons.amx'...
[20:20:57] Loaded 2 filterscripts.

[20:20:57] Script[gamemodes/VGRP...amx]: Run time error 19: "File or function is not found"
[20:20:57] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

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

[20:22:36]
[20:22:36] Server Plugins
[20:22:36] --------------
[20:22:36] Loading plugin: audio
[20:22:36] Failed (plugins/audio: cannot open shared object file: No such file or directory)
[20:22:36] Loading plugin: sscanf
[20:22:36] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[20:22:36] Loading plugin: streamer
[20:22:36] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[20:22:36] Loaded 0 plugins.

[20:22:36]
[20:22:36] Filterscripts
[20:22:36] ---------------
[20:22:36] Loading filterscript 'vactions.amx'...
[20:22:36] Loading filterscript 'buttons.amx'...
[20:22:36] Loaded 2 filterscripts.

[20:22:36] Script[gamemodes/VGRP...amx]: Run time error 19: "File or function is not found"
[20:22:36] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

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

[20:30:23]
[20:30:23] Server Plugins
[20:30:23] --------------
[20:30:23] Loading plugin: audio
[20:30:23] Failed (plugins/audio: cannot open shared object file: No such file or directory)
[20:30:23] Loading plugin: sscanf
[20:30:23] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[20:30:23] Loading plugin: streamer
[20:30:23] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[20:30:23] Loaded 0 plugins.

[20:30:23]
[20:30:23] Filterscripts
[20:30:23] ---------------
[20:30:23] Loading filterscript 'vactions.amx'...
[20:30:23] Loading filterscript 'buttons.amx'...
[20:30:23] Loaded 2 filterscripts.

[20:30:24] Script[gamemodes/VGRP...amx]: Run time error 19: "File or function is not found"
[20:30:24] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

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

[20:31:08]
[20:31:08] Server Plugins
[20:31:08] --------------
[20:31:08] Loading plugin: audio
[20:31:08] Failed (plugins/audio: cannot open shared object file: No such file or directory)
[20:31:08] Loading plugin: sscanf
[20:31:08] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[20:31:08] Loading plugin: streamer
[20:31:08] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[20:31:08] Loaded 0 plugins.

[20:31:08]
[20:31:08] Filterscripts
[20:31:08] ---------------
[20:31:08] Loading filterscript 'vactions.amx'...
[20:31:08] Loading filterscript 'buttons.amx'...
[20:31:08] Loaded 2 filterscripts.

[20:31:08] Script[gamemodes/VGRP...amx]: Run time error 19: "File or function is not found"
[20:31:08] Number of vehicle models: 0

It's works on my own computer..


Re: When I launched my mode on my linux server it's what I got - Konstantinos - 16.06.2016

You need to add .so extension in the plugins line in server.cfg like:
pawn Код:
plugins audio.so sscanf.so streamer.so



Re: When I launched my mode on my linux server it's what I got - Progamerisrael1 - 16.06.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
You need to add .so extension in the plugins line in server.cfg like:
pawn Код:
plugins audio.so sscanf.so streamer.so
Thank you very much bro!