SA-MP Forums Archive
Is it bossible to run two filterscripts at the same time? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Is it bossible to run two filterscripts at the same time? (/showthread.php?tid=78863)



Is it bossible to run two filterscripts at the same time? - FreddeN - 23.05.2009

The title says it all


Re: Is it bossible to run two filterscripts at the same time? - Weirdosport - 23.05.2009

Yes - simply line them up in your server.cfg:

Код:
filterscripts debugger adminspec blahblah
Or in the server console, you can load them by typing "loadfs debugger" (debugger being the fs name).

As of version 0.2x (the current one) you can have up to 16 at once.


Re: Is it bossible to run two filterscripts at the same time? - .::: Ecko :::. - 23.05.2009

Ofc yes.. 15 is the max!Visit samp wiki next time!

Ecko


Re: Is it bossible to run two filterscripts at the same time? - KeyWay - 23.05.2009

Quote:
Originally Posted by .::: [E
Ecko :::. ]
Ofc yes.. 15 is the max!Visit samp wiki next time!

Ecko
Actually YOU should visit Wikipedia now and next time.

Filterscripts are max.16


Re: Is it bossible to run two filterscripts at the same time? - v0nz - 23.05.2009

make sure you have the FS's in the correct folder.