SA-MP Forums Archive
Server help - 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: Server help (/showthread.php?tid=519956)



Server help - MrCallum - 16.06.2014

When i start my server this error comes up in the log and the mode becomes Unknown
and when i go into the plugins folder them plugins are there


Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[14:16:21] 
[14:16:21] Server Plugins
[14:16:21] --------------
[14:16:21]  Loading plugin: streamer
[14:16:21]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[14:16:21]  Loading plugin: sscanf
[14:16:21]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[14:16:21]  Loading plugin: mysql
[14:16:21]   Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[14:16:21]  Loading plugin: socket
[14:16:21]   Failed (plugins/socket: cannot open shared object file: No such file or directory)
[14:16:21]  Loaded 0 plugins.

[14:16:21] 
[14:16:21] Filterscripts
[14:16:21] ---------------
[14:16:21]   Loading filterscript 'gm_custmapping.amx'...
[14:16:21]   Loaded 1 filterscripts.

[14:16:21] Script[gamemodes/vpsNog_nomysql.amx]: Run time error 19: "File or function is not found"
[14:16:21] Number of vehicle models: 0



Re : Server help - DarkZeroX - 16.06.2014

streamer.so sscanf.so mysql.so socket.so




Re: Server help - MrCallum - 16.06.2014

i got them and it still don't work


Re: Server help - Battlezone - 16.06.2014

Open your server.cfg file, at plugins line put .so at the end of each plugin.
PS: Please use the right title for your topic & read more here https://sampforum.blast.hk/showthread.php?tid=507416


Re: Server help - MrCallum - 16.06.2014

I have done
Quote:

Open your server.cfg file, at plugins line put .so at the end of each plugin.

Still does not work


Re: Server help - Younes44 - 16.06.2014

Show again Server Log..


Re: Server help - MrCallum - 16.06.2014

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[14:16:21]
[14:16:21] Server Plugins
[14:16:21] --------------
[14:16:21] Loading plugin: streamer.so
[14:16:21] Failed (plugins/streamer.so: cannot open shared object file: No such file or directory)
[14:16:21] Loading plugin: sscanf.so
[14:16:21] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[14:16:21] Loading plugin: mysql.so
[14:16:21] Failed (plugins/mysql.so: cannot open shared object file: No such file or directory)
[14:16:21] Loading plugin: socket.so
[14:16:21] Failed (plugins/socket.so: cannot open shared object file: No such file or directory)
[14:16:21] Loaded 0 plugins.

[14:16:21]
[14:16:21] Filterscripts
[14:16:21] ---------------
[14:16:21] Loading filterscript 'gm_custmapping.amx'...
[14:16:21] Loaded 1 filterscripts.

[14:16:21] Script[gamemodes/vpsNog_nomysql.amx]: Run time error 19: "File or function is not found"
[14:16:21] Number of vehicle models: 0


Re: Server help - Younes44 - 16.06.2014

Which Hosting are you using..
did he Support Linux or Windows..Now Change .so to .dll


Re: Server help - MrCallum - 16.06.2014

I tried that aswell and its GMX


Re: Server help - Konstantinos - 16.06.2014

Upload the plugin files (with .so extension) to plugins folder.