2020-04-05, 06:44 PM
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/wi...n-Packages
Specifically:
But any help would be appreciated.
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/wi...n-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.