Plugin errors - 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: Plugin errors (
/showthread.php?tid=502828)
Plugin errors -
Sweez - 26.03.2014
Код:
[11:50:22]
[11:50:22] Server Plugins
[11:50:22] --------------
[11:50:22] Loading plugin: sscanf
[11:50:22] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[11:50:22] Loading plugin: streamer
[11:50:22] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[11:50:22] Loading plugin: Whirlpool
[11:50:22] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[11:50:22] Loaded 0 plugins.
[11:50:22] I couldn't load any gamemode scripts. Please verify your server.cfg
[11:50:22] It needs a gamemode0 line at the very least.
How can i fix it, i uploaded my server to triangle.gs and when i try to start it it gives me this ( I took it from the server_log )
Re: Plugin errors -
Bingo - 26.03.2014
If Triangle.gs is using linux then add .so plugins
sscanf.so
streamer.so
whirlpool.so
Re: Plugin errors -
Sweez - 26.03.2014
Quote:
Originally Posted by [vTc]Patroool
If Triangle.gs is using linux then add .so plugins
sscanf.so
streamer.so
whirlpool.so
|
still doesnt work
Re: Plugin errors -
Bingo - 26.03.2014
Do you have
.so plugins at your host?
Re: Plugin errors -
Konstantinos - 26.03.2014
Have you even uploaded the plugins to the host? And the gamemode's .amx file is not uploaded either or the name in the server.cfg is wrong.
Re: Plugin errors -
Bingo - 26.03.2014
Quote:
Originally Posted by Konstantinos
Have you even uploaded the plugins to the host? And the gamemode's .amx file is not uploaded either or the name in the server.cfg is wrong.
|
Yes, This.
&
Plugins are here:-
https://sampforum.blast.hk/showthread.php?tid=102865 - Streamer
https://sampforum.blast.hk/showthread.php?tid=120356 - sscanf
https://sampforum.blast.hk/showthread.php?tid=65290 - Whirlpool