Loading Plugin - 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: Loading Plugin (
/showthread.php?tid=360193)
Loading Plugin -
BGMike - 16.07.2012
Hello all, I want to load new plugin to my server, but I don't want to stop the server. Is there any way to load plugin without server shutting down ?
Re: Loading Plugin -
SuperViper - 16.07.2012
Nope.
Re: Loading Plugin -
Vince - 16.07.2012
Maybe. Try inputting this into the console:
This will reload server.cfg file.
Re: Loading Plugin -
BGMike - 16.07.2012
Quote:
Originally Posted by Vince
Maybe. Try inputting this into the console:
This will reload server.cfg file.
|
Not working, just displaying this:
Код:
Console input: exec server
[00:12:14] maxplayers = 300 (int, read-only)
[00:12:14] port = 7777 (int, read-only)
[00:12:14] filterscripts = "JunkBuster" (string, read-only)
[00:12:14] plugins = "streamer" (string, read-only)
[00:12:14] onfoot_rate = 40 (int, read-only)
[00:12:14] incar_rate = 40 (int, read-only)
[00:12:14] weapon_rate = 40 (int, read-only)
[00:12:14] logtimeformat = "[%H:%M:%S]" (string, read-only)