SA-MP Forums Archive
Question about filterscripts - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Question about filterscripts (/showthread.php?tid=584823)



Question about filterscripts - BlueBaron - 08.08.2015

Is it possible to load a filterscript from a custom folder and how? (Anywhere else, rather than the filterscripts folder.)

Edit

PS: A folder within filterscripts would also do. Like, \filterscripts\folder\filterscript.amx


Re: Question about filterscripts - Michael B - 08.08.2015

Quote:

(Game-)Modes (and Filterscripts) do not have to be in "gamemodes/" or "filterscripts/". The information in server.cfg is a path, and can use "..":

I am not quite sure, but you could try to do the following:

filterscripts ../foldername/fsname


Re: Question about filterscripts - benjaminjones - 08.08.2015

As Michael B said. You could try and do in server.cfg: filterscripts ../folder/filterscript