Posts: 3,351
Threads: 780
Joined: Jan 2010
Hello guys,today i was scripting and as u know,you need to restart the server everytime to see the change you made.
Then my brain said: "And..if i make this gamemode as filterscript?I dont need to restart everytime the server,just reloading the filterscript!"
What you think about this?Is a good idea or not?
Posts: 3,004
Threads: 12
Joined: May 2011
i say its not a good idea,you still need to restart the server
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
Just spend the time to restart the server..
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Even if you did make it as a filterscript, you'd still need to reset all the player data (manually), save it and reload it. Aswell as respawning the player to get the data correctly initialised again (depending on how you set it up).
Posts: 709
Threads: 54
Joined: Jul 2010
Reputation:
0
you will spend a lot of time, and I suppose this is had to do...
Posts: 3,351
Threads: 780
Joined: Jan 2010
But reloading the FS isn't like restarting the server?
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
Like said in this topic, it takes more time to put everything in a filterscript than waiting for the 12 second reboot.
Plus, the gamemode script is called the 'game mode' for a reason, it's the main part. Filterscripts are used to do special things, like anti cheat for example. Or old-fashion streamers.