2012-07-12 14:11:28 -04:00
|
|
|
function HandleStopCommand( Split, Player )
|
|
|
|
Server = cRoot:Get():GetServer()
|
|
|
|
Server:SendMessage( cChatColor.Green .. "Stopping the server..." )
|
2013-07-01 07:42:59 -04:00
|
|
|
cRoot:Get():QueueExecuteConsoleCommand("stop")
|
2012-07-12 14:11:28 -04:00
|
|
|
return true
|
|
|
|
end
|