Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
241 stars 33 forks source link

a bug gm/fs #443

Closed iyx closed 2 years ago

iyx commented 2 years ago

about server.cfg: "Scripts do not have to be in the gamemodes or filterscripts folders. The information in server.cfg is a path, and can therefore use '..'." This cannot be done with sampctl because automatically creates "gamemodes/filterscripts" files.

ADRFranklin commented 2 years ago

not a bug at all, but this was a design choice. I have removed to auto creation of folders already in the dev version https://github.com/Southclaws/sampctl/commit/ac826831685fde3701c0248f8905cfc62cef6aee

ADRFranklin commented 2 years ago

Also you are wrong, you can change the Output/Entry sections in your pawn.json, that is where the files will be when server.cfg is generated.