Linux help
#1

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.
Reply
#2

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.
Reply
#3

and put in plugins folder only .so plugins
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)