sa-mp not work in linux
#1

server log my server
Код HTML:
----------
Loaded log file: "server_log.txt".
----------

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

[05:13:26] password = ""  (string)
[05:13:26] 
[05:13:26] Server Plugins
[05:13:26] --------------
[05:13:26]  Loading plugin: streamer
[05:13:26]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[05:13:26]  Loading plugin: sscanf
[05:13:26]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[05:13:26]  Loading plugin: Whirlpool
[05:13:26]   Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[05:13:26]  Loading plugin: audio
[05:13:26]   Failed (plugins/audio: cannot open shared object file: No such file or directory)
[05:13:26]  Loaded 0 plugins.

[05:13:26] 
[05:13:26] Filterscripts
[05:13:26] ---------------
[05:13:26]   Loading filterscript 'LSL-RP.amx'...
[05:13:26]   Loading filterscript 'laser.amx'...
[05:13:26]   Loading filterscript 'MidoStream.amx'...
[05:13:26]   Loading filterscript 'denchop.amx'...
[05:13:26] 
--------------------------------------
[05:13:26]  Police Flash lights V2.1
[05:13:26]  By CuChip
[05:13:26] --------------------------------------

[05:13:26]   Loading filterscript 'powerfire.amx'...
[05:13:26]    Fire-Power by BRICS loaded.
[05:13:26]   Loaded 5 filterscripts.

[05:13:27] Script[gamemodes/BS.amx]: Run time error 19: "File or function is not found"
[05:13:27] Number of vehicle models: 0
my plugins in on server why samp not read ?
Reply
#2

It looks like you didn't put those plugins in the correct folder it should be inside the folder "YourServerFiles/plugins/

Script[gamemodes/BS.amx]: Run time error 19: "File or function is not found" - This one is also like the same with the other problem. Make sure you have the includes you are using in your GM. inside pawno/includes
Reply
#3

Did you put .so after your files? Are your plugins in "plugins" folder?

please show your server.cfg and don't forget to remove the rcon password.
Reply
#4

this sever.cfg
Код HTML:
echo Executing Server Config...
lanmode 1
password 
rcon_password noname
maxplayers 30
port 7777
hostname [LSL-BS] Black Star
gamemode0 BS
filterscripts LSL-RP laser MidoStream denchop powerfire
announce 1
plugins streamer sscanf Whirlpool audio 
query 1
weburl gtasavn.eazy.vn
onfoot_rate 100
incar_rate 100
weapon_rate 100
stream_distance 200.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Reply
#5

As Saurik mentioned, put .so after each plugin's name in the server.cfg (and use .so plugins not .dll plugins)
Reply
#6

Plugins mate, none is loaded.. Check your script folder... Maybe you deleted
them
Download all the Linux plugins, [ Find em on Plugin's threads ], and put those in the "Plugins" folder. Go to your server.cfg, and in plugins line add ".so" And then try - It will work.
Reply
#7

try with this config!
Код:
echo Executing Server Config...
lanmode 1
password 
rcon_password noname
maxplayers 30
port 7777
hostname [LSL-BS] Black Star
gamemode0 BS
filterscripts LSL-RP laser MidoStream denchop powerfire
announce 1
plugins streamer.so sscanf.so Whirlpool.so audio.so
query 1
weburl gtasavn.eazy.vn
onfoot_rate 100
incar_rate 100
weapon_rate 100
stream_distance 200.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Reply
#8

Quote:
Originally Posted by ShivRp
Посмотреть сообщение
try with this config!
Код:
echo Executing Server Config...
lanmode 1
password 
rcon_password noname
maxplayers 30
port 7777
hostname [LSL-BS] Black Star
gamemode0 BS
filterscripts LSL-RP laser MidoStream denchop powerfire
announce 1
plugins streamer sscanf Whirlpool audio 
query 1
weburl gtasavn.eazy.vn
onfoot_rate 100
incar_rate 100
weapon_rate 100
stream_distance 200.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
What? You never changed anything!
Reply
#9

change what ?
Rep+ All reply Topic
Reply
#10

change this
Код:
plugins streamer sscanf Whirlpool audio
to this
Код:
plugins.so streamer.so sscanf.so Whirlpool.so audio.so
in your server.cfg

And obviously put all the .so files you have into the /plugins folder!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)