diff options
Diffstat (limited to '')
-rw-r--r-- | Plugins/Core/stop.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Plugins/Core/stop.lua b/Plugins/Core/stop.lua new file mode 100644 index 000000000..0a06fc7d3 --- /dev/null +++ b/Plugins/Core/stop.lua @@ -0,0 +1,6 @@ +function HandleStopCommand( Split, Player )
+ Server = cRoot:Get():GetServer()
+ Server:SendMessage( cChatColor.Green .. "Stopping the server..." )
+ cRoot:Get():ServerCommand("stop")
+ return true
+end
\ No newline at end of file |