Restarting Server

Open discussion forum. For topics that do not fit anywhere else.

Moderator: POL Developer

Post Reply
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Restarting Server

Post by Zaksmeer »

how do I restart or recompile my scripts while server is running?
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Restarting Server

Post by RusseL »

User avatar
CWO
POL Expert
Posts: 1159
Joined: Sat Feb 04, 2006 5:49 pm

Re: Restarting Server

Post 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.
Post Reply