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



Linux help - PaulDinam - 24.09.2012

When i start the server:
Код:

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

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

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

[10:51:57] Script[gamemodes/erp.amx]: Run time error 19: "File or function is not found"
[10:51:57] Number of vehicle models: 0
And put them in already.


Re: Linux help - [HK]Ryder[AN] - 24.09.2012

On Linux in server.cfg you don't put streamer, audio etc..
u need to put streamer.so audio.so etc
eg.
In you sverer.cfg currently i think it is
Код:
plugins streamer audio sscanf
it should be
Код:
streamer.so sscanf.so augio.so
Also make sure you have the .so files in plugins folder.


Re: Linux help - Star. - 24.09.2012

and put in plugins folder only .so plugins