SA-MP Forums Archive
Problem with plugins Linux. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Problem with plugins Linux. (/showthread.php?tid=599256)



Problem with plugins Linux. - Wassimo - 23.01.2016

Hi i have some problems to lunch my samp server and i never tried linux so i can't fix it,

Код:
 
[17:45:31] password = ""  (string)
[17:45:31] 
[17:45:31] Server Plugins
[17:45:31] --------------
[17:45:31]  Loading plugin: streamer
[17:45:31]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[17:45:31]  Loading plugin: sscanf
[17:45:31]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[17:45:31]  Loaded 0 plugins.
 
[17:45:31] 
[17:45:31] Filterscripts
[17:45:31] ---------------
[17:45:31]   Loading filterscript 'animations.amx'...
[17:45:31]   Loading filterscript 'int.amx'...
[17:45:31]  nInteriors by Norn successfully loaded.
[17:45:31]   Loading filterscript 'pos.amx'...
[17:45:31]   Loading filterscript 'gm_custmapping.amx'...
[17:45:31]   Loading filterscript 'buttons.amx'...
[17:45:31]   Loading filterscript 'tune.amx'...
[17:45:31]   Loaded 6 filterscripts.
 
[17:45:31] Script[gamemodes/MRP.amx]: Run time error 19: "File or function is not found"
[17:45:31] Number of vehicle models: 0



Re: Problem with plugins Linux. - amirm3hdi - 23.01.2016

I had the exact problems, been working on them for 3 days now,
Make sure u load all PLUGINS with .so (plugins mysql.so)
Then REMOVE ALL FUNCTIONS THAT REQUIRE A PLUGIN WHICHYOU DO NOT HAVE IN LINUX from your gamemodes and filterscripts, then recompile them all.


Re: Problem with plugins Linux. - iKevin - 23.01.2016

streamer.so
sscanf.so

This needdd