Posts: 94
Threads: 27
Joined: Jul 2015
Reputation:
0
As the title says, just a simple question:
What is less RAM consuming or anything like that, adding a script as a filterscript or directly into the gamemode?
Thanks (:
Posts: 1,098
Threads: 14
Joined: Feb 2013
Reputation:
0
I think, it does not matter, if you wanna use less ram you probably have to use less variables in your script
(as far as I know)
But you shouldn't worry much about ram, people say 512 if enough for a server.
Adding your code to a filterscript or gamemode will consume the same amount of ram, but I think gamemode run codes faster then a filterscript, thats the only advantage I see.
Posts: 1,098
Threads: 14
Joined: Feb 2013
Reputation:
0
By my experience, yes.
If you're coding something and you want it to run fast, put in the gamemode.
If your adding a side-code, like a minigame and don't really care about speed, put it in a Filterscript