Posts: 162
Threads: 27
Joined: Oct 2009
Reputation:
0
Hey guys, I was wondering (with me being paranoid about reaching the FS limit) would it be possible to, instead of running an FS (I never unload an FS, or inject while the server is running) I could use Includes instead. Being as I really like to keep my code tidy, would this be viable. Any pros or cons?
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
Bad thing is that some variables may be the same with your script ones and then you have to change them all.
Good thing is that you can use your "FS" variables in your gamemode. For example if you have a login system as a FS then you can check if player is logged in inside GM.
Posts: 354
Threads: 16
Joined: May 2008
Reputation:
0
You can have 16 filterscripts loaded.... And if you are that worried, try combining them into less, or putting them into your Gamemode,