Help with plugin loading - 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: Help with plugin loading (
/showthread.php?tid=647436)
Help with plugin loading -
m1kas - 05.01.2018
Hey, so everything worked fine for me while I was on Windows 8, but I just updated to Windows 10 and everything's gone to shit, plugins aren't loading correctly:
Код:
Server Plugins
--------------
Loading plugin: sscanf.dll
Failed.
Loading plugin: streamer.dll
Failed.
Loading plugin: nativechecker.dll
Loaded.
Loaded 1 plugins.
Everything worked fine on the other Windows, but this one seems to not work for some reason. (Both plugins are in the right folder, and they are also added in the "plugins" line on server.cfg, their .inc versions are also in pawno/includes/...")
Re: Help with plugin loading -
jlalt - 05.01.2018
Do you have
Microsoft Visual C++ 2015 Redistributable Package installed?
if no then install it.
Re: Help with plugin loading -
m1kas - 05.01.2018
Works perfectly, thank you so much!