SA-MP Forums Archive
A wild idea - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: A wild idea (/showthread.php?tid=306769)



A wild idea - Johnson_boy - 27.12.2011

Hello everyone!
Today I got an idea when scripting updates for my server. Always when you want updates to take effect, you need to restart the server. It feels bad to restart a server having for instance 80 players connected.

Then I though, what if all the script was in a filterscript, except for the few things you can only use in gamemode, like player classes. Some callbacks are not always called to fs, in the past atleast, but you can use callremotefunction for that.
Filterscripts can be reloaded without anyone even noticing it.

So does anyone have ideas would this be actually possible? Would it be less efficient or somethong?

All ideas appreciated, all facts highly appreciated.