Guestion - 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: Guestion (
/showthread.php?tid=444629)
Guestion -
Kittylol - 17.06.2013
Where i better put my server mods.In filterscript map or in gamemode script inside that mod.I ask it becouse some filterscripts don't work when i put them inside filterscripts map.So i think,will they work if these filterscripts i put inside gamemode script.And i sometimes see,some gamemodes have all mods in gamemode.
Re: Guestion -
Jeffry - 17.06.2013
Doesn't matter.
I use ~99% of my scripts in Filterscripts only. 90% of this is located in one Filterscript. Why am I doing this? Well, simply if you have a small issue to fix, you don't have to restart the whole server, but can fix it by reloading the Filterscript.
The decision is up to you. I personally prefer Filterscripts.