FS or GM?
Which is better?
I use a blank gamemode, and script all features into one FS. So that I don't have to restart server, but I heard somewhere that scripts in gamemode works faster than script in Filterscript
is it true? and what is efficient ? Gamemode or Filterscript?
null_obj
16mo. agoIf you're using the functions like GetTickCount, you will have to restart your server completely once in 23-24 days. If I'm not wrong, everything which is to be called are firstly getting called on your gamemode. If so, the important things are better to be implemented within the gamemode. @Abagail - Restarts are necessary once in 2-3 days.
null_obj
16mo. agoIIRC, filterscripts take priority. To my inconvenience, my command /t for teamchat in the gamemode is overriden by the command /t for time when fsdebug is enabled.
Leave a comment can only registered users.
null_obj
16mo. agoWell, - why would you use filterscripts? I mean if you optimize your script well enough restarts aren't really nessacary, as long as you can easily reload everything while in-game(assuming your not adding new commands, etc).