HELP ME WITH FILTERSCRIPTS PLEASE - 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: HELP ME WITH FILTERSCRIPTS PLEASE (
/showthread.php?tid=142476)
HELP ME WITH FILTERSCRIPTS PLEASE -
RiverSide123 - 18.04.2010
If i have one filterscript written down in the server.cfg next to the filterscripts section how do i add another Like say i have
filterscripts fireworks - What do you need to add another next to it filterscripts fireworks,.*^@!
Re: HELP ME WITH FILTERSCRIPTS PLEASE -
Correlli - 18.04.2010
Код:
filterscripts fireworks other_fs another_fs
Re: HELP ME WITH FILTERSCRIPTS PLEASE -
Fj0rtizFredde - 18.04.2010
To your server.cfg file: filterscripts fireworks NEXTFS FS3 YEEYMY4FS
Simple :P Also make sure that you have .amx file in the filterscript folder :P
(Damn Don_Correlli was faster then me :P)
Re: HELP ME WITH FILTERSCRIPTS PLEASE -
aircombat - 18.04.2010
Код:
filterscripts script1 script2 script3 script4
u can add up to 16 filterscripts (maximum)