[Help] Adding too many FS - 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)
+--- Thread: [Help] Adding too many FS (
/showthread.php?tid=553735)
[Help] Adding too many FS -
Arxalan - 31.12.2014
Hello , i want to know if i add too many FilterScripts (10-50) will it damage my Script?
Re: [Help] Adding too many FS -
LivingLikeYouDo - 31.12.2014
50? You sure? Because as far as I know, the max filterscripts you can load is limited to 16. So yeah...
Re: [Help] Adding too many FS -
Arxalan - 31.12.2014
16 Fs Won't damage it?
Re: [Help] Adding too many FS -
Rabea - 31.12.2014
Mhm, why you don't make this 50 FS on the gamemode?
Re: [Help] Adding too many FS -
Support - 31.12.2014
Its better to add your FS codes into the gamemode, filterscripts may change your gamemode mode and gameode name, anyways if your sure about your filterscripts go ahead and add them.
Re: [Help] Adding too many FS -
Pottus - 31.12.2014
Why do you need so many filterscripts? You can turn almost any filterscript into an include for your gamemode in a few minutes using y_hooks.
Re: [Help] Adding too many FS -
Arxalan - 31.12.2014
I dont know how to turn into include using y_hooks.