SA-MP Forums Archive
filterscripts limit - 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: filterscripts limit (/showthread.php?tid=375675)



filterscripts limit - R4VER - 07.09.2012

hey guys,as we know there is a limit to use dialog_based filterscripts in filterscripts line.
is there any other way to fix that problem except combining filterscripts?


Re: filterscripts limit - R4VER - 07.09.2012

anybody?


Re: filterscripts limit - R4VER - 08.09.2012

please could somebody help me?


Re: filterscripts limit - C00K13M0N$73R - 08.09.2012

You know the amazing ******?

https://sampwiki.blast.hk/wiki/Limits

16.


Re: filterscripts limit - R4VER - 08.09.2012

Quote:
Originally Posted by C00K13M0N$73R
Посмотреть сообщение
You know the amazing ******?

https://sampwiki.blast.hk/wiki/Limits

16.
i know amazing ****** and amazing wiki but they didn't help me?!
isaid i have more than 2 dialog based filterscripts and they work fun , but when i add another filterscripts that are based on dialogs , they won't work fine! and my filterscripts are less than 16.
the problem is for the filterscripts which uses dialogs .


Re: filterscripts limit - Lordzy - 08.09.2012

Missing some plugins or what?


Re: filterscripts limit - R4VER - 08.09.2012

looks like you guys didn't understand me.
look :
Код:
filterscripts LuxAdmin vehicleSpawner BFW gl_actions
on that line LuxAdmin , vehiclespawner and BFW are dialog based ( it means they use dialogs)
they works fine but when i add another filterscript which uses dialogs :
Код:
filterscripts LuxAdmin PRaceSystemEng vehicleSpawner BFW gl_actions
vehicle spawner and BFW won't work , for example when you click on one of the vehicles from dialog to spawn , it doesn't spawn ... got it?


Re: filterscripts limit - C00K13M0N$73R - 08.09.2012

Your dialog IDs are mixed. Change them.


Re: filterscripts limit - playbox12 - 08.09.2012

Either they are mixed or you're not returning 0 under OnDialogResponse in your main mode. (Make sure you always return 1 when you handled the dialog).


Re: filterscripts limit - R4VER - 09.09.2012

whoops! gonna fix it ! thx guys