sampctl
sampctl copied to clipboard
Modules
RE this:
https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Core/y_master/features.md#modules
Basically, they're just filterscripts in a different directory. Is there any way to support that?
Filterscripts aren't really "supported" either, because there's no concept of multiple inputs/outputs for a package. So, I suppose the best way to do it currently would be to treat each module as a package with its own pawn.json - not ideal, but it's the only solution currently.