• 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?
    Comments: 6 Reposts: 0
    null_obj
    16mo. ago

    Well, - 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).

    null_obj
    16mo. ago

    Gamemode is more efficient.

    null_obj
    16mo. ago

    If 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. ago

    IIRC, 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.

    null_obj
    16mo. ago

    Yup. So long as the code is optimized.

    null_obj
    16mo. ago

    gamemode is good to choose

    Leave a comment can only registered users.