SA-MP Forums Archive
Need help.! Pls help me :D - 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: Need help.! Pls help me :D (/showthread.php?tid=129160)



Need help.! Pls help me :D - matthewdriftking - 21.02.2010

1st of all sorry for my bad end:P ---> Hey guys in my server i added 16 Filterscripts And when i add another Fileterscript in the sa-mpserver.exe tell me Unable to load that fs, ANy programs to add more Fs pls tell me


Re: Need help.! Pls help me :D - kLx - 21.02.2010

Read https://sampwiki.blast.hk/wiki/Limits .
You see, max filterscripts is 16. Try putting them all in one file.


Re: Need help.! Pls help me :D - matthewdriftking - 21.02.2010

But is there any program?


Re: Need help.! Pls help me :D - kLx - 21.02.2010

No, you should try doing this yourself.
Try putting the filterscripts in you gamemode, for example open yourmode.pwn, then open yourfilterscript.pwn ,and copy line to each other, for example, copy the stuff from OnPlayerDeath (in yourfilterscript.pwn) to yourmode.pwn (your gamemode).