Server Problem [+1 REP] - 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: Server Problem [+1 REP] (
/showthread.php?tid=347258)
Server Problem [+1 REP] -
Avi57 - 01.06.2012
Hi Guys, This is Server Logs from My Host :
Код:
[11:00:11] Number of vehicle models: 8
[11:00:11] ----------------------------------
[11:00:11] Blank Gamemode by your name here
----------------------------------
[11:00:11]
[11:00:11] Loaded 1 filterscripts.
[11:00:11] Loading filterscript 'LuxAdmin.amx'...
[11:00:11] ---------------
[11:00:11] Filterscripts
[11:00:11]
[11:00:11] Loaded 0 plugins.
[11:00:11] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[11:00:11] Loading plugin: Whirlpool
[11:00:11] --------------
[11:00:11] Server Plugins
[11:00:11]
v0.3e, ©2005-2012 SA-MP Team
----------------------
SA-MP Dedicated Server
----------
Loaded log file: "server_log.txt".
I Putted plugin Whirlpool.so and It Showing this error !!
When i play on my House Host, It works !
But not in Volt Host........................ Can anyone tell me what can i do ?
Thanks
Re: Server Problem [+1 REP] -
TheDominator - 01.06.2012
If you're using Volt-Host, it only accepts Linux type plugins which end in .so and not .dll. Make sure these are correct or it will not be able to load it.
Re: Server Problem [+1 REP] - Jarnu - 01.06.2012
did you checked is your Whirlpool plugin is there in plugins folder?
Re: Server Problem [+1 REP] -
Horrible - 01.06.2012
Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
it mean whirlpool not loaded check at plugins folder
Re: Server Problem [+1 REP] -
Sandiel - 01.06.2012
1. Make sure you included the plugin in server.cfg
2. Re-download the plugin, and check if you have placed it correctly in the correct directory.
Good luck.