SA-MP Forums Archive
(READ ASAP) Max of 16 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)
+--- Thread: (READ ASAP) Max of 16 Filterscripts?? (/showthread.php?tid=320175)



(READ ASAP) Max of 16 Filterscripts?? - swungspeedz - 21.02.2012

i have 15 filter scripts i added 1 more to equal 16 and it wont load the last filterscript. I dont know if there is a maximum for filterscripts or not i tryed like 10 different filter scripts and i can only have 15??


Re: (READ ASAP) Max of 16 Filterscripts?? - Darklom - 21.02.2012

Quote:
Originally Posted by swungspeedz
Посмотреть сообщение
i have 15 filter scripts i added 1 more to equal 16 and it wont load the last filterscript. I dont know if there is a maximum for filterscripts or not i tryed like 10 different filter scripts and i can only have 15??
Integrate the filterscripts into your script?
Also you can't be a good scripter if all your doing is using FS's
Probably using Raven's Roleplay with a bunch of fs


Re: (READ ASAP) Max of 16 Filterscripts?? - swungspeedz - 21.02.2012

im not a good scripter i barley know how to script i just need to know y cant i use any more filter scripts


Re: (READ ASAP) Max of 16 Filterscripts?? - DarkyTheAngel - 21.02.2012

Wrong section ! ...
Use :
pawn Код:
#include "filterscripts/FS.pwn"
I don't remember the exactly code.


Re: (READ ASAP) Max of 16 Filterscripts?? - DarkyTheAngel - 21.02.2012

Wrong section ! ...
Use :
pawn Код:
#include "filterscripts/FS.pwn"
I don't remember the exactly code.


Re: (READ ASAP) Max of 16 Filterscripts?? - Mark_Weston - 21.02.2012

Quote:
Originally Posted by DarkyTheAngel
Посмотреть сообщение
Wrong section ! ...
Use :
pawn Код:
#include "filterscripts/FS.pwn"
I don't remember the exactly code.
pawn Код:
SendRconCommand("loadfs FSname")
this one?


Re: (READ ASAP) Max of 16 Filterscripts?? - swungspeedz - 22.02.2012

please help me


Re: (READ ASAP) Max of 16 Filterscripts?? - MP2 - 22.02.2012

The limit is 16. Why would you need more? 16 is PLENTY. Put the code in your gamemode or use includes.


Re: (READ ASAP) Max of 16 Filterscripts?? - swungspeedz - 22.02.2012

because idk how to put in gamemode


Re: (READ ASAP) Max of 16 Filterscripts?? - Mark_Weston - 22.02.2012

Quote:
Originally Posted by MP2
Посмотреть сообщение
The limit is 16. Why would you need more? 16 is PLENTY. Put the code in your gamemode or use includes.
I load my maps from FS. I don't like placing them in my gamemode. Since I have few scripters working on it.