Posts: 116
Threads: 33
Joined: Nov 2012
Reputation:
0
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.
Posts: 1,594
Threads: 61
Joined: Oct 2009
Reputation:
0
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.