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