Page 1 of 1

Restarting Server

Posted: Mon Mar 03, 2014 1:08 pm
by Zaksmeer
how do I restart or recompile my scripts while server is running?

Re: Restarting Server

Posted: Mon Mar 03, 2014 2:00 pm
by RusseL

Re: Restarting Server

Posted: Tue Mar 18, 2014 9:48 pm
by CWO
You compile the script as usual and then use Unload_Scripts() within a textcmd or something else to unload it but this will not stop or restart a script that is already running or constantly running. This will only affect future calls to run the script.