No found plugins and GM
#1

Hello guys.
I have SA-MP server and i have host I upload all the files to the host but is doesn't working but in my computer its working the host working with linux and me with windows,
Error:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[19:11:51] weburl = "www.sa-mp.com" (string)
[19:11:51]
[19:11:51] Server Plugins
[19:11:51] --------------
[19:11:51] Loading plugin: audio
[19:11:51] Failed (plugins/audio: cannot open shared object file: No such file or directory)
[19:11:51] Loading plugin: sscanf
[19:11:51] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[19:11:51] Loading plugin: streamer
[19:11:51] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[19:11:51] Loaded 0 plugins.

[19:11:51]
[19:11:51] Filterscripts
[19:11:51] ---------------
[19:11:51] Loading filterscript 'buttons.amx'...
[19:11:51] Loading filterscript 'vactions.amx'...
[19:11:51] Loaded 2 filterscripts.

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

----

Its not load the plugins and the GM , someone can help me with that?
Reply
#2

It's like audio.so sscanf.so and streamer.so are not in plugins folder.
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
It's like audio.so sscanf.so and streamer.so are not in plugins folder.
Yes the plugins in the floder.
What about the GM? its dont working.. its say File or function is not found and it's in the gamemodes floder and server.cfg.
Have some way to transfer the files from Windows to Lunix?
Reply
#4

Quote:
Originally Posted by Dorlevi1506
Посмотреть сообщение
Yes the plugins in the floder.
What about the GM? its dont working.. its say File or function is not found and it's in the gamemodes floder and server.cfg.
Have some way to transfer the files from Windows to Lunix?
Hold on..

If it's Windows, paste audio.dll sscanf.dll and streamer.dll plugins to the plugins folder and in the server.cfg
pawn Код:
plugins audio sscanf streamer
If it's Linux, paste audio.so sscanf.so and streamer.so plugins to the plugins folder and in the server.cfg
pawn Код:
plugins audio.so sscanf.so streamer.so
---

The gamemode does not work because all your plugins failed to load - that's what the runtime error says.

---

You can get each file for the plugins you want - either for Windows or Linux at their original threads.
Reply
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Hold on..

If it's Windows, paste audio.dll sscanf.dll and streamer.dll plugins to the plugins folder and in the server.cfg
pawn Код:
plugins audio sscanf streamer
If it's Linux, paste audio.so sscanf.so and streamer.so plugins to the plugins folder and in the server.cfg
pawn Код:
plugins audio.so sscanf.so streamer.so
---

The gamemode does not work because all your plugins failed to load - that's what the runtime error says.

---

You can get each file for the plugins you want - either for Windows or Linux at their original threads.
Thank you its working, maybe you can help me here too?
https://sampforum.blast.hk/showthread.php?tid=466626
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)