SA-MP Forums Archive
Question About Filterscripts. - 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: Question About Filterscripts. (/showthread.php?tid=148387)



Question About Filterscripts. - Apply - 16.05.2010

Lets say I use this on my gamemode-
public OnGameModeInit(){
SendRCONCommand("loadfs fsname");
return true;
}
can i put there more than the limited 16 FS's for my server?


Re: Question About Filterscripts. - Amit_B - 16.05.2010

No.


Re: Question About Filterscripts. - Kyosaur - 16.05.2010

Quote:
Originally Posted by Seif_
It's not limited to 16 anymore. I've reloaded filterscripts more than 16 times and never had a limit in 0.3.
He's talking about getting around the filterscript limit, not about that old reloading bug.