Automatic Compiler - 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: Automatic Compiler (
/showthread.php?tid=560843)
Automatic Compiler -
Lidor124 - 30.01.2015
Hey,
Is there anything like 'Automatic Compiler' ?
I mean when the server runs by AMX File, i can edit the PWN file and it will be updated in the server after a Compile or any process.
I remember that my friend found one like this a half year ago but I'm not pretty sure about it
Re: Automatic Compiler -
Schneider - 30.01.2015
You could put most of your scripts into Filterscripts, those can be reloaded without having to restart your server.
Re: Automatic Compiler -
Lidor124 - 30.01.2015
Quote:
Originally Posted by Schneider
You could put most of your scripts into Filterscripts, those can be reloaded without having to restart your server.
|
Except your suggestion is there any other way for the gamemode itself? (not filterscripts - i got many new defines...)
Re: Automatic Compiler -
CalvinC - 30.01.2015
You could just put your whole gamemode into a filterscript, and update that without restarting the server.
Don't know how that would work with register systems and such though, might become quite buggy.