Burgershot
[Server] sampctl support - Printable Version

+- Burgershot (https://www.burgershot.gg)
+-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3)
+--- Forum: Support (https://www.burgershot.gg/forumdisplay.php?fid=12)
+--- Thread: [Server] sampctl support (/showthread.php?tid=1030)



sampctl support - George - 2020-04-05

Hello,

I want to add sampctl support in my github repository.

I am not aware if it is possible to move from releases page on github to scriptfiles folder so I started searching. I found a few results:

https://github.com/Southclaws/sampctl/issues/57
https://github.com/Southclaws/sampctl/issues/292
https://github.com/Southclaws/sampctl/wiki/Plugin-Packages

Specifically:
Code:
// some plugins require additional libraries (MySQL is a good example)
// so this field allows you to specify any additional files where the key
// is the path inside the archive and the value is the target path for
// when it gets extracted to the server directory. Most of the time,
// additional shared objects/DLLs should be in the same directory as the
// SA:MP server executable so there is no need to specify any additional
// directories in the value string.
"files": {
    "deps/libcurl.dll": "libcurl.dll"
}

But any help would be appreciated.