05.05.2014, 11:19
Yes. You can load it from within a folder WITHIN the filterscript/gamemode folder, or just from a folder in the main directory.
Consider this layout
--------------------------------
filterscripts
You can load it like -
Cheers
Consider this layout
--------------------------------
filterscripts
->myFoldergamemodes->filter.pwn
->filter.amx
->othersomeFolder->bare.pwn
->bare.amx
->otherFS.pwn--------------------------------
->otherFS.amx
You can load it like -
Quote:
Originally Posted by server.cfg
gamemode other/bare
filterscripts myfolder/filter ../someFolder/otherFS |