SA-MP Forums Archive
Does not load plugins - 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: Does not load plugins (/showthread.php?tid=663189)



Does not load plugins - N0FeaR - 24.01.2019

what the title says, i even try to add nativechecker to see what cause this problem but it does not even load nativechecker.


Code:
[16:26:32]  Loading plugin: sscanf.dll
[16:26:32]   Failed.
[16:26:32]  Loading plugin: mysql.dll
[16:26:32]   Failed.
[16:26:32]  Loading plugin: streamer.dll
[16:26:32]   Failed.
[16:26:32]  Loading plugin: nativechecker.dll
[16:26:32]   Failed.
[16:26:32]  Loaded 0 plugins.



Re: Does not load plugins - webby - 24.01.2019

if you want to start your server on windows, at 'plugins' line put the name of the plugin without the .dll extension. you put the extension .so, when you want to start the server on Linux version.


Re: Does not load plugins - N0FeaR - 24.01.2019

Quote:
Originally Posted by webby
View Post
if you want to start your server on windows, at 'plugins' line put the name of the plugin without the .dll extension. you put the extension .so, when you want to start the server on Linux version.
lol i already knew that.