12.04.2019, 11:33
You need to use the "shared object" (.so) files instead of the .dll. Get all of the .so files for each of the plugins you're trying to load and add them to your plugins folder.
Then in your server.cfg file, on the plugins line you can name each of the plugins you want to load without .dll on the end and instead .so
For example:
Then in your server.cfg file, on the plugins line you can name each of the plugins you want to load without .dll on the end and instead .so
For example:
Code:
plugins mysql_static.so Whirlpool.so sscanf.so streamer.so