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



GameMode <-> Filterscripts - Pooh7 - 19.11.2010

Hello

I have a one question: What is better?
Little code in GameMode file with lots of FilterScripts
or
Huge code in GameMode file without FilterScripts?

...and why?


Re: GameMode <-> Filterscripts - DVDK - 19.11.2010

Huge gamemode without filterscripts.
Because filterscripts take a lot of CPU.


Re: GameMode <-> Filterscripts - PowerPC603 - 19.11.2010

What's actually the difference between them?

It seems that you have almost the same commands and structure for both of them, except for some specific callbacks.